Click or drag to resize
TimeUuid.NewId Method (Byte[],Byte[], DateTimeOffset)
Initializes a new instance of the TimeUuid structure

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

Parameters

nodeId
Type:System.Byte[]
clockId
Type:System.Byte[]
date
Type: System.DateTimeOffset

Return Value

Type: TimeUuid
See Also