共用方式為


IntlDate members

Include protected members
Include inherited members

表示國際日期值。

The IntlDate type exposes the following members.

Constructors

  Name Description
Public method IntlDate(Int32) 初始化IntlDate類別的新執行個體,並使用指定的 Julian 日期。
Public method IntlDate(Int32, SPCalendarType) 初始化IntlDate類別的新執行個體,並使用指定的 Julian 日期和行事曆類型。
Public method IntlDate(Int32, Int32, Int32) 初始化IntlDate類別的新執行個體,並使用指定的整數值的年、 月和日。
Public method IntlDate(Int32, Int32, Int32, SPCalendarType) 初始化IntlDate類別的新執行個體,並使用指定的整數值的年、 月和日和指定的行事曆類型。
Public method IntlDate(Int32, Int32, Int32, Int32, SPCalendarType) 初始化IntlDate類別的新執行個體,並使用指定的整數值的年、 月、 日和紀元和指定的行事曆類型。

Top

Properties

  Name Description
Public property CalendarType 取得或設定國際日期的行事曆類型。
Public property Day 取得或設定整數日期值的國際的日期。
Public property DayOfWeek 取得整數星期幾的國際的日期。
Public property Era 取得或設定國際日期紀元整數。
Public property JDay 取得或設定整數 Julian 日期值的國際的日期。
Public property Month 取得或設定國際日期的整數月份值。
Public property Year 取得或設定國際日期的整數年份值。

Top

Methods

  Name Description
Public method AddDays 加入 Julian 日期值的國際日期指定的天數。
Public method DaysInMonth 傳回代表國際日期的行事曆月份中日期的數字Integer
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsYearLeap 傳回布林值,指出國際日期的年份是否為閏年。
Protected method MemberwiseClone (Inherited from Object.)
Public method MonthsInYear 傳回代表國際日期的行事曆年的月數的Integer
Public method ToString (Inherited from Object.)

Top

請參閱

參照

IntlDate class

Microsoft.SharePoint.Utilities namespace