This is preliminary documentation and is subject to change.

ExtendedDateTimeCalculatorYearOfCentury Method

Number of years since the beginning of the years century

Definition

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

Parameters

year  Int32
The year

Return Value

Int32
An int.

See Also