EastAsianLunisolarCalendar 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一种日历,它将时间分为月、日、年和纪元,并且其日期基于太阳和月亮的循环。
public ref class EastAsianLunisolarCalendar abstract : System::Globalization::Calendar
public abstract class EastAsianLunisolarCalendar : System.Globalization.Calendar
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public abstract class EastAsianLunisolarCalendar : System.Globalization.Calendar
type EastAsianLunisolarCalendar = class
inherit Calendar
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type EastAsianLunisolarCalendar = class
inherit Calendar
Public MustInherit Class EastAsianLunisolarCalendar
Inherits Calendar
- 继承
- 派生
- 属性
注解
该 EastAsianLunisolarCalendar 类支持年 (除了太阳年和农历月外,) 每60年重复一次的性别周期。 日历中的每个太阳年都与性别年 (看到 GetSexagenaryYear) ,天干 (看到 GetCelestialStem) 和地面分支 (看到 GetTerrestrialBranch) 相关联。
注意
有关在.NET Framework中使用 EastAsianLunisolarCalendar 类和其他日历类的信息,请参阅使用日历。
一年可以在一年中的任何月份之后有一个闰月,一个月可以有一个闰日。 例如, GetMonth 方法返回一个正整数,指示与指定日期关联的月份。 如果一年的第八个月和第九个月之间有一个闰月,则 GetMonth 该方法为第八个月返回 8,闰第八个月返回 9,第九个月返回 10。
每个都 CultureInfo 支持一组日历。 目前,类支持CultureInfo的任何区域性都未使用派生自 EastAsianLunisolarCalendar 的 lunisolar 日历类。 因此,此类和派生自它的类只能用于计算东亚 lunisolar 日历中的日期。 此类支持使用多个“get”方法在 lunisolar calendars 使用的术语中描述 DateTime ,以及 ToDateTime 用于从 lunisolar 日历数据转换为 DateTime的方法。
字段
CurrentEra |
表示当前日历的当前纪元。 字段的值为 0。 (继承自 Calendar) |
属性
AlgorithmType |
获取一个值,该值指示当前日历是阳历、阴历还是二者的组合。 |
AlgorithmType |
获取一个值,该值指示当前日历是阳历、阴历还是二者的组合。 (继承自 Calendar) |
DaysInYearBeforeMinSupportedYear |
获取 MinSupportedDateTime 属性指定的年份之前的年中天数。 (继承自 Calendar) |
Eras |
当在派生类中重写时,获取当前日历中的纪元列表。 (继承自 Calendar) |
IsReadOnly |
获取一个值,该值指示此 Calendar 对象是否为只读。 (继承自 Calendar) |
MaxSupportedDateTime |
获取此 Calendar 对象支持的最晚日期和时间。 (继承自 Calendar) |
MinSupportedDateTime |
获取此 Calendar 对象支持的最早日期和时间。 (继承自 Calendar) |
TwoDigitYearMax |
获取或设置可以用两位数年份表示的 100 年范围内的最后一年。 |