Click or drag to resize
DateRangeParse Method
Returns the DateRange representation from a given string.

String representations of dates are always expressed in Coordinated Universal Time(UTC)

Namespace: Dse.Search
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public static DateRange Parse(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: DateRange
Exceptions
ExceptionCondition
FormatException
See Also