Click or drag to resize
CqlFunctionMinTimeUuid Method
CQL function maxTimeuuid() that returns smallest timeuuid value having the provided timestamp

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public static CqlFunction MinTimeUuid(
	DateTimeOffset value
)

Parameters

value
Type: SystemDateTimeOffset

Return Value

Type: CqlFunction
See Also