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

SequentialGuid..::..TotalPeriod Property

Gets the total period over which the GUID sequences are spread.

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

Syntax


public TimeSpan TotalPeriod { get; }

Field Value

The total period for GUID sequence generation.

Examples


C#
// Example of getting the total period for GUID generation
var totalPeriod = SequentialGuid.Instance.TotalPeriod;
Console.WriteLine($"Total period: {totalPeriod}");