SP.CamlQuery.datesInUtc Property
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.