This is preliminary documentation and is subject to change.

ExtendedDateTimeIntervalParse Method

Parses the.

Definition

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

Parameters

extendedDateTimeIntervalString  String
The extended date time interval string.

Return Value

ExtendedDateTimeInterval
An ExtendedDateTimeInterval.

See Also