System.Globalization.TaiwanCalendar.GetDayOfYear Method

Returns the day of the year in the specified DateTime.

Syntax

public override int GetDayOfYear (DateTime time)

Parameters

time
The DateTime to read.

Returns

An integer from 1 to 366 that represents the day of the year in the specified DateTime.

Remarks

The day of the year is defined as the number of days from the first day of the year. For example, TaiwanCalendar.GetDayOfYear(DateTime) for the first day of the first month returns 1, and TaiwanCalendar.GetDayOfYear(DateTime) for the last day of the last month returns the total number of days in that year. The total is the same as the value returned by TaiwanCalendar.GetDaysInYear(int, int).

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0