TimeUuid.NewId Method (Byte[],Byte[], DateTimeOffset) |
Initializes a new instance of the TimeUuid structure
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax 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:
TimeUuidSee Also