TaiwanCalendar 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示中国台湾日历。
public ref class TaiwanCalendar : System::Globalization::Calendar
public class TaiwanCalendar : System.Globalization.Calendar
[System.Serializable]
public class TaiwanCalendar : System.Globalization.Calendar
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class TaiwanCalendar : System.Globalization.Calendar
type TaiwanCalendar = class
inherit Calendar
[<System.Serializable>]
type TaiwanCalendar = class
inherit Calendar
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type TaiwanCalendar = class
inherit Calendar
Public Class TaiwanCalendar
Inherits Calendar
- 继承
- 属性
注解
台湾历法的工作方式与公历完全相同,只不过年份和纪元不同。 类 TaiwanCalendar 仅识别当前纪元。
注意
有关在.NET Framework中使用 TaiwanCalendar 类和其他日历类的信息,请参阅使用日历。
台湾历中的闰年对应于公历中的同一闰年。 公历中的闰年定义为公历的公历年,除可被 100 整除外,公历年可被 4 均匀地整除。 然而,被400整除的公历年是闰年。 普通年份有 365 天,闰年有 366 天。
台湾日历有 12 个月,每个日历有 28 到 31 天:
GetMonth 值 | Month | 普通年份的天数 | 闰年中的天数 |
---|---|---|---|
1 | 1月 (1 月) | 31 | 31 |
2 | 2月 (2 月) 日 | 28 | 29 |
3 | 3 月 () 年 3 月 | 31 | 31 |
4 | 4月 (4 月) | 30 | 30 |
5 | 5 月 (五月) | 31 | 31 |
6 | 6 月 (六月) | 30 | 30 |
7 | 7月 (7 月) | 31 | 31 |
8 | ) 年8月 (日 | 31 | 31 |
9 | 9月 (九月) | 30 | 30 |
10 | ) 年10月 (日 | 31 | 31 |
11 | 11 月 () 年 11 月 | 30 | 30 |
12 | 12 月 (十二月) | 31 | 31 |
2 月在闰年有 29 天,平时有 28 天。
公历中2001年1月1日的日期相当于台湾历法中现年90年的1月第一天。
每个都 CultureInfo 支持一组日历。 属性 Calendar 返回区域性的默认日历,属性 OptionalCalendars 返回包含区域性支持的所有日历的数组。 若要更改 使用的CultureInfo日历,应用程序应将 的 CultureInfo.DateTimeFormat 属性设置为Calendar新的 Calendar。
调用方说明
- 如果 Calendar 是 , TaiwanCalendar 但 CurrentCulture 不是“zh-TW”,则 NativeCalendarName、 GetEraName(Int32)和 GetAbbreviatedEraName(Int32) 返回空字符串 (“”) 。
构造函数
TaiwanCalendar() |
初始化 TaiwanCalendar 类的新实例。 |
字段
CurrentEra |
表示当前日历的当前纪元。 字段的值为 0。 (继承自 Calendar) |
属性
AlgorithmType |
获取一个值,该值指示当前日历是阳历、阴历还是二者的组合。 |
AlgorithmType |
获取一个值,该值指示当前日历是阳历、阴历还是二者的组合。 (继承自 Calendar) |
DaysInYearBeforeMinSupportedYear |
获取 MinSupportedDateTime 属性指定的年份之前的年中天数。 (继承自 Calendar) |
Eras |
获取 TaiwanCalendar 中的纪元列表。 |
IsReadOnly |
获取一个值,该值指示此 Calendar 对象是否为只读。 (继承自 Calendar) |
MaxSupportedDateTime |
获取 TaiwanCalendar 类支持的最晚日期和时间。 |
MaxSupportedDateTime |
获取此 Calendar 对象支持的最晚日期和时间。 (继承自 Calendar) |
MinSupportedDateTime |
获取 TaiwanCalendar 类支持的最早日期和时间。 |
MinSupportedDateTime |
获取此 Calendar 对象支持的最早日期和时间。 (继承自 Calendar) |
TwoDigitYearMax |
获取或设置可以用两位数年份表示的 100 年范围内的最后一年。 |