Click or drag to resize
TimeUuidNewId Method (DateTimeOffset)
Initializes a new instance of the TimeUuid structure, using a random node id and clock sequence

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public static TimeUuid NewId(
	DateTimeOffset date
)

Parameters

date
Type: SystemDateTimeOffset

Return Value

Type: TimeUuid
See Also