次の方法で共有


RegionalSettings.CalendarType プロパティ

Gets and sets the calendar type that is used on the server.

名前空間:  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
The type of calendar.

注釈

The CalendarType property accepts the following integer values:

  • 0 — None

  • 1 — Gregorian

  • 3 — Japanese Emperor Era

  • 5 — Korean Tangun Era

  • 6 — Hijri

  • 7 — Buddhist

  • 8 — Hebrew Lunar

  • 9 — Gregorian Middle East French Calendar

  • 10 — Gregorian Arabic Calendar

  • 11 — Gregorian Transliterated English Calendar

  • 12 — Gregorian Transliterated French Calendar

  • 16 — Saka Era

If the property is set to any other value, the Gregorian calendar is used.

関連項目

参照先

RegionalSettings クラス

RegionalSettings メンバー

Microsoft.SharePoint.Client 名前空間