This struct defines a time range by start and end time. Accurately, a time is inside a range if and only if it is in [start, end).

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

Syntax

C#
public class TimeRange : IEquatable<TimeRange>
Visual Basic
Public Class TimeRange _
	Implements IEquatable(Of TimeRange)
Visual C++
public ref class TimeRange : IEquatable<TimeRange^>

Inheritance Hierarchy

Object
  VcClient..::..TimeRange

See Also