ThaiBuddhistCalendar 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表泰國佛教曆法。
public ref class ThaiBuddhistCalendar : System::Globalization::Calendar
public class ThaiBuddhistCalendar : System.Globalization.Calendar
[System.Serializable]
public class ThaiBuddhistCalendar : System.Globalization.Calendar
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class ThaiBuddhistCalendar : System.Globalization.Calendar
type ThaiBuddhistCalendar = class
inherit Calendar
[<System.Serializable>]
type ThaiBuddhistCalendar = class
inherit Calendar
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ThaiBuddhistCalendar = class
inherit Calendar
Public Class ThaiBuddhistCalendar
Inherits Calendar
- 繼承
- 屬性
備註
泰文曆法的運作方式與公曆完全相同,不同之處在於年份和紀元不同。
注意
如需在 .NET Framework 中使用 ThaiBuddhistCalendar 類別和其他行事曆類別的相關信息,請參閱使用行事曆。
類別 ThaiBuddhistCalendar 只會辨識目前的紀元。
泰文曆中的閏年對應至公曆中的相同閏年。 公曆中的閏年會定義為公曆的公曆年,此年會平均除以四,除非以100除。 不過,由 400 除的公曆年是閏年。 一般年份有 365 天,而閏年有 366 天。
泰文歷歷有 12 個月,每個月 28 到 31 天:
GetMonth 值 | Month | 一般年份中的天數 | 閏年天數 |
---|---|---|---|
1 | มก贇า譁ม (1 月) | 31 | 31 |
2 | กุมภาพันธ์ (2 月) | 28 | 29 |
3 | มีนาคม (March) | 31 | 31 |
4 | เม蹝ายน (4 月) | 30 | 30 |
5 | พฤษภาคม (May) | 31 | 31 |
6 | มิถุนายน (6 月) | 30 | 30 |
7 | กรกฎาคม (7 月) | 31 | 31 |
8 | สิงหาคม (8 月) | 31 | 31 |
9 | กันยายน (9 月) ( | 30 | 30 |
10 | ตุลาคม (10 月) | 31 | 31 |
11 | พฤศจิกายน (11 月) | 30 | 30 |
12 | ธันวาคม (12 月) | 31 | 31 |
2 月在閏年有 29 天,在一般年份有 28 天。
2001 年 1 月 1 日 A.D 的日期,相當於泰曆日曆中目前紀元 2544 年 1 月的第一天。
每個都 CultureInfo 支援一組行事曆。 屬性 Calendar 會傳回文化特性的預設行事曆,而 OptionalCalendars 屬性會傳回陣列,其中包含文化特性支援的所有行事曆。 若要變更 所使用的 CultureInfo行事曆,應用程式應該將 Calendar 的 CultureInfo.DateTimeFormat 屬性設定為新的 Calendar。
建構函式
ThaiBuddhistCalendar() |
初始化 ThaiBuddhistCalendar 類別的新執行個體。 |
欄位
CurrentEra |
表示目前曆法的目前紀元。 此欄位的值為 0。 (繼承來源 Calendar) |
ThaiBuddhistEra |
代表目前的紀元。 這個欄位為常數。 |
屬性
AlgorithmType |
取得值,指出目前的月曆是以陽曆為主、以陰曆為主,還是同時包含兩種曆法。 |
AlgorithmType |
取得值,指出目前的月曆是以陽曆為主、以陰曆為主,還是同時包含兩種曆法。 (繼承來源 Calendar) |
DaysInYearBeforeMinSupportedYear |
取得 MinSupportedDateTime 屬性指定之年的前一年的天數。 (繼承來源 Calendar) |
Eras |
取得 ThaiBuddhistCalendar 類別中的紀元清單。 |
IsReadOnly |
取得值,指出 Calendar 物件是否為唯讀。 (繼承來源 Calendar) |
MaxSupportedDateTime |
取得 ThaiBuddhistCalendar 類別所支援的最晚日期和時間。 |
MaxSupportedDateTime |
取得受 Calendar 物件所支援的最晚日期和時間。 (繼承來源 Calendar) |
MinSupportedDateTime |
取得 ThaiBuddhistCalendar 類別所支援的最早日期和時間。 |
MinSupportedDateTime |
取得受 Calendar 物件所支援的最早日期和時間。 (繼承來源 Calendar) |
TwoDigitYearMax |
取得或設定以二位數年份表示時,該 100 年範圍的最後一年。 |