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

SequentialGuid..::..TimePerSequence Property

Gets the period of time for each sequence step in the GUID generation.

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

Syntax


public TimeSpan TimePerSequence { get; }

Field Value

The time interval each sequence step represents.

Examples


C#
// Example of getting the time per sequence
var timePerSequence = SequentialGuid.Instance.TimePerSequence;
Console.WriteLine($"Time per sequence: {timePerSequence}");