asp.net.ph

TaiwanCalendar Class

System.Globalization Namespace


Represents the Taiwan Calendar.

TaiwanCalendar Class Members

Collapse   Constructors

Visibility Constructor Parameters
public TaiwanCalendar ( )

Collapse   Properties

Visibility Name Value Type Accessibility
public AlgorithmType CalendarAlgorithmType [ Get ]
public Eras Int32 [ Get ]
public MaxSupportedDateTime DateTime [ Get ]
public MinSupportedDateTime DateTime [ Get ]
public TwoDigitYearMax Int32 [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
public AddMonths ( DateTime time , Int32 months ) DateTime
public AddYears ( DateTime time , Int32 years ) DateTime
public GetDayOfMonth ( DateTime time ) Int32
public GetDayOfWeek ( DateTime time ) DayOfWeek
public GetDayOfYear ( DateTime time ) Int32
public GetDaysInMonth ( Int32 year , Int32 month , Int32 era ) Int32
public GetDaysInYear ( Int32 year , Int32 era ) Int32
public GetEra ( DateTime time ) Int32
public GetLeapMonth ( Int32 year , Int32 era ) Int32
public GetMonth ( DateTime time ) Int32
public GetMonthsInYear ( Int32 year , Int32 era ) Int32
public GetWeekOfYear ( DateTime time , CalendarWeekRule rule , DayOfWeek firstDayOfWeek ) Int32
public GetYear ( DateTime time ) Int32
public IsLeapDay ( Int32 year , Int32 month , Int32 day , Int32 era ) Boolean
public IsLeapMonth ( Int32 year , Int32 month , Int32 era ) Boolean
public IsLeapYear ( Int32 year , Int32 era ) Boolean
public ToDateTime ( Int32 year , Int32 month , Int32 day , Int32 hour , Int32 minute , Int32 second , Int32 millisecond , Int32 era ) DateTime
public ToFourDigitYear ( Int32 year ) Int32

Remarks

The Taiwan Calendar works exactly like the Gregorian calendar, except that the year and era are different.

The TaiwanCalendar class recognizes only the current era.

Leap years in the Taiwan Calendar correspond to the same leap years in the Gregorian calendar. A leap year in the Gregorian calendar is defined as a Gregorian year that is evenly divisible by four, except if it is divisible by 100; however, Gregorian years that are divisible by 400 are leap years. A common year has 365 days and a leap year has 366 days.

The Taiwan Calendar has 12 months with 28 to 31 days each:

GetMonth value Month Days in common years Days in leap years
1 1月 ( January ) 31 31
2 2月 ( February ) 28 29
3 3月 ( March ) 31 31
4 4月 ( April ) 30 30
5 5月 ( May ) 31 31
6 6月 ( June ) 30 30
7 7月 ( July ) 31 31
8 8月 ( August ) 31 31
9 9月 ( September ) 30 30
10 10月 ( October ) 31 31
11 11月 ( November ) 30 30
12 12月 ( December ) 31 31

February has 29 days during leap years and 28 during common years.

The date January 1, 2001 A.D. in the Gregorian calendar is equivalent to the first day of January in the year 90 of the current era in the Taiwan Calendar.

The full era name for the Taiwan Calendar is comprised of four Chinese characters. However, if using the TaiwanCalendar class, DateTime.Parse will recognize the two-character era abbreviation in front of the year.

See Also

Calendar   GregorianCalendar Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph