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