This is preliminary documentation and is subject to change.

UnspecifiedExtendedDateTimeParse Method

Parses the.

Definition

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

Parameters

unspecifiedExtendedDateTimeString  String
The unspecified extended date time string.

Return Value

UnspecifiedExtendedDateTime
An UnspecifiedExtendedDateTime.

See Also