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

Parameters

boundaryString
Type: SystemString

Return Value

Type: DateRangeBound
Exceptions
ExceptionCondition
FormatException
See Also