SPMobileUtility.GetDateOptions-Methode
Gibt die Optionen der mobilen Webanwendung, die mit dem angegebenen Kontext und Kalender verknüpft sind.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetDateOptions ( _
context As SPContext, _
calendar As SPCalendarType _
) As DateOptions
'Usage
Dim context As SPContext
Dim calendar As SPCalendarType
Dim returnValue As DateOptions
returnValue = SPMobileUtility.GetDateOptions(context, _
calendar)
public static DateOptions GetDateOptions(
SPContext context,
SPCalendarType calendar
)
Parameter
context
Typ: Microsoft.SharePoint.SPContextEin SPContext -Objekt, das Kontextinformationen für die mobile Webanwendung darstellt.
calendar
Typ: Microsoft.SharePoint.SPCalendarTypeEin SPCalendarType -Objekt, das einen Kalender darstellt.
Rückgabewert
Typ: Microsoft.SharePoint.Utilities.DateOptions
Ein DateOptions -Objekt, das Zugriff auf die Eigenschaften und Methoden zum Anzeigen und Festlegen von Optionen für den bereitstellt.