共用方式為


RegionalSettings.CalendarType 屬性

取得及設定在伺服器使用行事曆類型。

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)

語法

'宣告
Public Property CalendarType As Short
    Get
    Set
'用途
Dim instance As RegionalSettings
Dim value As Short

value = instance.CalendarType

instance.CalendarType = value
public short CalendarType { get; set; }

屬性值

類型:System.Int16
行事曆類型。

備註

CalendarType屬性接受下列整數值 ︰

  • 0 — 無

  • 1 — 西曆

  • 3 — 日本天紀元

  • 5 — 韓文檀紀元

  • 6 — 回曆

  • 7 — 泰

  • 8 — 希伯來陰曆

  • 9 — 西曆中間東部法文行事曆

  • 10 — 西曆阿拉伯文行事曆

  • 11 — 西曆音譯英文行事曆

  • 12 — 西曆音譯法文行事曆

  • 16 — 賽迦

如果屬性設定為其他值,則會使用西曆。

請參閱

參照

RegionalSettings 類別

RegionalSettings 成員

Microsoft.SharePoint.Client 命名空間