This is preliminary documentation and is subject to change.

ExtendedDateTimeFromLongYear Method

Creates a ExtendedDateTime with long year.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static ExtendedDateTime FromLongYear(
	int year
)

Parameters

year  Int32
The year

Return Value

ExtendedDateTime
An ExtendedDateTime.

See Also