RegionalSettings.AlternateCalendarType プロパティ
Gets and sets an alternate 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 AlternateCalendarType As Short
Get
Set
'使用
Dim instance As RegionalSettings
Dim value As Short
value = instance.AlternateCalendarType
instance.AlternateCalendarType = value
public short AlternateCalendarType { get; set; }
プロパティ値
型: System.Int16
The type of alternate calendar.
注釈
The AlternateCalendarType 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 set to any other value, the Gregorian calendar is used.