Click or drag to resize

DateRange Constructor

Initializes a new instance of DateRange class that starts with the specified start and ends with the specified finish.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public DateRange(
	DateTime start,
	DateTime finish
)

Parameters

start
Type: SystemDateTime
The start of the date range.
finish
Type: SystemDateTime
The end of the date range.
See Also