Query.AsOfUTC Property
Gets the date and time, in UTC, to which query results are current.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Декларация
Public ReadOnly Property AsOfUTC As DateTime
Get
public DateTime AsOfUTC { get; }
public:
property DateTime AsOfUTC {
DateTime get ();
}
member AsOfUTC : DateTime
function get AsOfUTC () : DateTime
Property Value
Type: System.DateTime
The date and time, in UTC, to which the query results are current.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.