Click or drag to resize

DateRangeBound Constructor

Creates a new instance of DateRangeBound.

Namespace:  Dse.Search
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public DateRangeBound(
	DateTimeOffset timestamp,
	DateRangePrecision precision
)

Parameters

timestamp
Type: SystemDateTimeOffset
precision
Type: Dse.SearchDateRangePrecision
See Also