This is preliminary documentation and is subject to change.

ExtendedDateTimeParse Method

Parses a string in EDT format

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static ExtendedDateTime Parse(
	string extendedDateTimeString
)

Parameters

extendedDateTimeString  String
The extended date time string.

Return Value

ExtendedDateTime
An ExtendedDateTime.

See Also