Freigeben über


SPRegionalSettings.GetDefaultCalendarType-Methode

Gibt den Standardkalendertyp für die angegebene Gebietsschema-ID.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetDefaultCalendarType ( _
    localeId As Integer _
) As Integer
'Usage
Dim instance As SPRegionalSettings
Dim localeId As Integer
Dim returnValue As Integer

returnValue = instance.GetDefaultCalendarType(localeId)
public int GetDefaultCalendarType(
    int localeId
)

Parameter

  • localeId
    Typ: System.Int32

    Eine 32-Bit-Ganzzahl, die Gebietsschema-ID angibt

Rückgabewert

Typ: System.Int32
Eine 32-Bit-Ganzzahl, die angibt, lautet den Standardkalendertyp für das angegebene Gebietsschema-ID

Siehe auch

Referenz

SPRegionalSettings Klasse

SPRegionalSettings-Member

Microsoft.SharePoint-Namespace