TIME.TryParse Method
Tries to parse the TIME object from string.
Namespace: TwinCAT.PlcOpen
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public static bool TryParse(
string str,
out TIME ret
)
VB
Public Shared Function TryParse (
str As String,
<OutAttribute> ByRef ret As TIME
) As Boolean
Return Value
Type: Boolean
true if XXXX, false otherwise.