Partager via


RegionalSettings.CalendarType - Propriété

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

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Property CalendarType As Short
    Get
    Set
'Utilisation
Dim instance As RegionalSettings
Dim value As Short

value = instance.CalendarType

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

Valeur de propriété

Type : System.Int16
The type of calendar.

Remarques

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.

Voir aussi

Référence

RegionalSettings classe

RegionalSettings - Membres

Microsoft.SharePoint.Client - Espace de noms