Click or drag to resize

TimeUuidNewId Method (Byte, Byte, DateTimeOffset)

Initializes a new instance of the TimeUuid structure

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
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