This is preliminary documentation and is subject to change.

UnspecifiedExtendedDateTime(String, String, String) Constructor

Initializes a new instance of the UnspecifiedExtendedDateTime class.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public UnspecifiedExtendedDateTime(
	string year,
	string month,
	string day
)

Parameters

year  String
The year.
month  String
The month.
day  String
The day.

See Also