TimeUuidNewId Method (Byte, Byte, DateTimeOffset) | 
 
            Initializes a new instance of the TimeUuid structure
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic 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