IntlDate members
Include protected members
Include inherited members
表示國際日期值。
The IntlDate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
IntlDate(Int32) | 初始化IntlDate類別的新執行個體,並使用指定的 Julian 日期。 |
![]() |
IntlDate(Int32, SPCalendarType) | 初始化IntlDate類別的新執行個體,並使用指定的 Julian 日期和行事曆類型。 |
![]() |
IntlDate(Int32, Int32, Int32) | 初始化IntlDate類別的新執行個體,並使用指定的整數值的年、 月和日。 |
![]() |
IntlDate(Int32, Int32, Int32, SPCalendarType) | 初始化IntlDate類別的新執行個體,並使用指定的整數值的年、 月和日和指定的行事曆類型。 |
![]() |
IntlDate(Int32, Int32, Int32, Int32, SPCalendarType) | 初始化IntlDate類別的新執行個體,並使用指定的整數值的年、 月、 日和紀元和指定的行事曆類型。 |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CalendarType | 取得或設定國際日期的行事曆類型。 |
![]() |
Day | 取得或設定整數日期值的國際的日期。 |
![]() |
DayOfWeek | 取得整數星期幾的國際的日期。 |
![]() |
Era | 取得或設定國際日期紀元整數。 |
![]() |
JDay | 取得或設定整數 Julian 日期值的國際的日期。 |
![]() |
Month | 取得或設定國際日期的整數月份值。 |
![]() |
Year | 取得或設定國際日期的整數年份值。 |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddDays | 加入 Julian 日期值的國際日期指定的天數。 |
![]() |
DaysInMonth | 傳回代表國際日期的行事曆月份中日期的數字Integer 。 |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsYearLeap | 傳回布林值,指出國際日期的年份是否為閏年。 |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MonthsInYear | 傳回代表國際日期的行事曆年的月數的Integer 。 |
![]() |
ToString | (Inherited from Object.) |
Top