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除。 不過,由 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 月 (5 月) | 31 | 31 |
6 | 6 月 (6 月) | 30 | 30 |
7 | 7 月 (7 月) | 31 | 31 |
8 | 8 月 (8 月) | 31 | 31 |
9 | 9 月 (9 月) | 30 | 30 |
10 | 10 月 (10 月) | 31 | 31 |
11 | 11 月 (11 月) | 30 | 30 |
12 | 12 月 (12 月) | 31 | 31 |
2 月在閏年有 29 天,在一般年份有 28 天。
公曆中的 2001 年 1 月 1 日 C.E. 日期相當於台灣曆年 90 年的 1 月 90 日。
每個都 CultureInfo 支援一組行事曆。 屬性 Calendar 會傳回文化特性的預設行事曆,而 OptionalCalendars 屬性會傳回陣列,其中包含文化特性支援的所有行事曆。 若要變更 所使用的 CultureInfo行事曆,應用程式應該將 Calendar 的 CultureInfo.DateTimeFormat 屬性設定為新的 Calendar。
給呼叫者的注意事項
- 如果 Calendar 是 ,但 CurrentCulture 不是 「zh-TW」,則NativeCalendarName、 GetEraName(Int32)和 GetAbbreviatedEraName(Int32) 會傳回空字串 (TaiwanCalendar“”) 。
建構函式
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 年範圍的最後一年。 |