A time range specified as UTC time. The returned jobs' end time should be inside [start, end) defined in this TimeRange. Note, by now, CJS only accepts end date, not a range yet.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public TimeRange JobUtcEndTimeRange { get; set; }
Visual Basic
Public Property JobUtcEndTimeRange As TimeRange
	Get
	Set
Visual C++
public:
property TimeRange^ JobUtcEndTimeRange {
	TimeRange^ get ();
	void set (TimeRange^ value);
}

See Also