WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

SequentialGuid..::..NewGuid Method (DateTime)

Creates a new sequential GUID using the provided time stamp.

Namespace:  Walter
Assembly:  Walter (in Walter.dll)

Syntax


public static Guid NewGuid(
	DateTime timestamp
)

Parameters

timestamp
Type: DateTime

Return Value

A new sequential Guid object.

Examples


C#
// Example of generating a new sequential GUID
Guid newGuid = SequentialGuid.NewGuid();
Console.WriteLine(newGuid);