DATE.Parse Method

Parses the specified string to a DATE object.

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

Syntax

C#

public static DATE Parse(
    string s
)

VB

Public Shared Function Parse ( 
    s As String
) As DATE

Parameters

s

Type: System.String
The s.

Return Value

Type: DATE
DATE.

Exceptions

Exception

Condition

FormatException

Cannot parse DATE object!

Reference

DATE Class

TwinCAT.PlcOpen Namespace