EastAsianLunisolarCalendar.GetDaysInMonth(Int32, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算指定纪元年份的指定月份中的天数。
public:
override int GetDaysInMonth(int year, int month, int era);
public override int GetDaysInMonth (int year, int month, int era);
override this.GetDaysInMonth : int * int * int -> int
Public Overrides Function GetDaysInMonth (year As Integer, month As Integer, era As Integer) As Integer
参数
- year
- Int32
一个整数,用于表示年份。
- month
- Int32
一个从 1 到 12(在平年中)或从 1 到 13(在闰年中)的整数,用于表示月份。
- era
- Int32
一个整数,用于表示纪元。
返回
指定纪元年份中指定月份的天数。
例外
year
、month
或 era
超出了此日历支持的范围。
注解
month
如果 参数为第二个月,则 GetDaysInMonth 方法返回 28 或 29,具体取决于参数是否year
为闰年。