SPQuery.CalendarDate Property

Gets or sets the calendar date of the SharePoint site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property CalendarDate As DateTime
    Get
    Set
'Usage
Dim instance As SPQuery
Dim value As DateTime

value = instance.CalendarDate

instance.CalendarDate = value
public DateTime CalendarDate { get; set; }

Property Value

Type: System.DateTime
A System.DateTime structure that contains the date based on the time-date format definition set on the system.

See Also

Reference

SPQuery Class

SPQuery Members

Microsoft.SharePoint Namespace