class TaiwanLunisolarCalendar
in global :: System . Globalization
Represents the Taiwan lunisolar calendar. As for the Taiwan calendar, years are calculated using the Gregorian calendar, while days and months are calculated using the lunisolar calendar.
public int[] Eras { get; }
Gets the eras that are relevant to the current object.
- Returns An array that consists of a single element having a value that is always the current era.
public int GetEra( DateTime time )
Retrieves the era that corresponds to the specified .
timeThe to read.- Returns An integer that represents the era specified in the parameter.
public DateTime MaxSupportedDateTime { get; }
Gets the maximum date and time supported by the class.
- Returns The latest date and time supported by the class, which is equivalent to the last moment of February 10, 2051 C.E. in the Gregorian calendar.
public DateTime MinSupportedDateTime { get; }
Gets the minimum date and time supported by the class.
- Returns The earliest date and time supported by the class, which is equivalent to the first moment of February 18, 1912 C.E. in the Gregorian calendar.
public DateTime AddHours( DateTime time, int hours )
😔 No documentation found.
public DateTime AddMinutes( DateTime time, int minutes )
😔 No documentation found.
public DateTime AddSeconds( DateTime time, int seconds )
😔 No documentation found.
public DateTime AddWeeks( DateTime time, int weeks )
😔 No documentation found.
public int GetDaysInMonth( int year, int month )
😔 No documentation found.
public int GetDaysInYear( int year )
😔 No documentation found.
public int GetHour( DateTime time )
😔 No documentation found.
public double GetMilliseconds( DateTime time )
😔 No documentation found.
public int GetMinute( DateTime time )
😔 No documentation found.
public int GetMonthsInYear( int year )
😔 No documentation found.
public DateTime AddMilliseconds( DateTime time, double milliseconds )
😔 No documentation found.
public DateTime AddDays( DateTime time, int days )
😔 No documentation found.
public bool IsLeapDay( int year, int month, int day )
😔 No documentation found.
public bool IsLeapMonth( int year, int month )
😔 No documentation found.
public int GetLeapMonth( int year )
😔 No documentation found.
public bool IsLeapYear( int year )
😔 No documentation found.
public DateTime ToDateTime( int year, int month, int day, int hour, int minute, int second, int millisecond )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetSecond( DateTime time )
😔 No documentation found.
public int GetWeekOfYear( DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek )
😔 No documentation found.
public TaiwanLunisolarCalendar( )
😔 No documentation found.
public bool IsReadOnly { get; }
😔 No documentation found.
public CalendarAlgorithmType AlgorithmType { get; }
😔 No documentation found.
public int GetSexagenaryYear( DateTime time )
😔 No documentation found.
public int GetCelestialStem( int sexagenaryYear )
😔 No documentation found.
public int GetTerrestrialBranch( int sexagenaryYear )
😔 No documentation found.
public int GetDaysInMonth( int year, int month, int era )
😔 No documentation found.
public DateTime ToDateTime( int year, int month, int day, int hour, int minute, int second, int millisecond, int era )
😔 No documentation found.
public DateTime AddMonths( DateTime time, int months )
😔 No documentation found.
public DateTime AddYears( DateTime time, int years )
😔 No documentation found.
public int GetDayOfYear( DateTime time )
😔 No documentation found.
public int GetDayOfMonth( DateTime time )
😔 No documentation found.
public int GetDaysInYear( int year, int era )
😔 No documentation found.
public int GetMonth( DateTime time )
😔 No documentation found.
public int GetYear( DateTime time )
😔 No documentation found.
public DayOfWeek GetDayOfWeek( DateTime time )
😔 No documentation found.
public int GetMonthsInYear( int year, int era )
😔 No documentation found.
public bool IsLeapDay( int year, int month, int day, int era )
😔 No documentation found.
public bool IsLeapMonth( int year, int month, int era )
😔 No documentation found.
public int GetLeapMonth( int year, int era )
😔 No documentation found.
public bool IsLeapYear( int year, int era )
😔 No documentation found.
public int TwoDigitYearMax { get; set; }
😔 No documentation found.
public int ToFourDigitYear( int year )
😔 No documentation found.
public object Clone( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.