SPMobileDateTimeField.CalendarCulture Property
Gets an object that defines the kind of calendar used by the DateTime value of the field that is rendered by the SPMobileDateTimeField.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CalendarCulture As CultureInfo
Get
'Usage
Dim instance As SPMobileDateTimeField
Dim value As CultureInfo
value = instance.CalendarCulture
public virtual CultureInfo CalendarCulture { get; }
Property Value
Type: System.Globalization.CultureInfo
A CultureInfo that identifies the type of calendar in use, such as Gregorian or Hijri.