This documentation is archived and is not being maintained.

WorkItemCollection::AsOfUTC Property

Gets or sets the time that the query was executed in UTC.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
property DateTime AsOfUTC {
	DateTime get ();
	void set (DateTime value);
}

Property Value

Type: System::DateTime
The time that the query was executed in UTC.

Show: