Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Gets or sets a value that indicates whether the query returns dates in Coordinated Universal Time (UTC) format.
var value = SP.CamlQuery.get_datesInUtc();
SP.CamlQuery.set_datesInUtc(value);
Property Value
Type: Boolean
true if the dates are returned in UTC format.; otherwise, false.