LTIME.Parse Method

Parses the specified string to a LTIME object.

Namespace:  TwinCAT.PlcOpen
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public static LTIME Parse(
    string str
)

VB

Public Shared Function Parse ( 
    str As String
) As LTIME

Parameters

str

Type: System.String
The string.

Return Value

Type: LTIME
LTIME.

Exceptions

Exception

Condition

FormatException

Cannot create TIME DataType!

Reference

LTIME Class

TwinCAT.PlcOpen Namespace