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: VcClientAssembly: 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 |
See Also