DateOptions.Calendar property

Gets the current calendar.

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

Syntax

'Declaration
Public ReadOnly Property Calendar As Calendar
    Get
'Usage
Dim instance As DateOptions
Dim value As Calendar

value = instance.Calendar
public Calendar Calendar { get; }

Property value

Type: System.Globalization.Calendar
A Calendar object that represents the calendar.

See also

Reference

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace