This is preliminary documentation and is subject to change.

ExtendedDateTime(String) Constructor

Initializes a new instance of the ExtendedDateTime class from a ExtendedDateTimeFormat string

Definition

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

Parameters

info  String
The ExtendedDateTimeFormat string

See Also