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:  Cassandra.DataStax.Search
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public static DateRange Parse(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: DateRange
Exceptions
ExceptionCondition
FormatException
See Also