SPQuery.DatesInUtc property
Gets or sets a Boolean value that specifies whether the query returns dates in Coordinated Universal Time (UTC) format.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DatesInUtc As Boolean
Get
Set
'Usage
Dim instance As SPQuery
Dim value As Boolean
value = instance.DatesInUtc
instance.DatesInUtc = value
public bool DatesInUtc { get; set; }
Property value
Type: System.Boolean
true if dates are returned in UTC format; otherwise, false.