Click or drag to resize
TimeUuidNewId Method (Byte, Byte, DateTimeOffset)
Initializes a new instance of the TimeUuid structure

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public static TimeUuid NewId(
	byte[] nodeId,
	byte[] clockId,
	DateTimeOffset date
)

Parameters

nodeId
Type: SystemByte
clockId
Type: SystemByte
date
Type: SystemDateTimeOffset

Return Value

Type: TimeUuid
See Also