Initializes a new instance of the
TimeRange struct.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public TimeRange(
Nullable<DateTime> start,
Nullable<DateTime> end
) |
Visual Basic |
---|
Public Sub New ( _
start As Nullable(Of DateTime), _
end As Nullable(Of DateTime) _
) |
Visual C++ |
---|
public:
TimeRange(
Nullable<DateTime> start,
Nullable<DateTime> end
) |
Parameters
- start
- Type: Nullable<(Of <(<'DateTime>)>)>
The start UTC time.
- end
- Type: Nullable<(Of <(<'DateTime>)>)>
The end UTC time.
See Also