Click or drag to resize
DateRangeBoundParse Method
Returns the DateRangeBound representation of 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 DateRangeBound Parse(
	string boundaryString
)

Parameters

boundaryString
Type: SystemString

Return Value

Type: DateRangeBound
Exceptions
ExceptionCondition
FormatException
See Also