IGuidCombProvider - интерфейс
An interface for working with COMB GUIDs, implemented for both variants.
Пространство имён: Tessa.Platform.GuidCombСборка: Tessa (в Tessa.dll) Версия: 3.6.0.23
public interface IGuidCombProvider
Public Interface IGuidCombProvider
public interface class IGuidCombProvider
type IGuidCombProvider = interface end
Create |
Returns a new Guid COMB, consisting of a random Guid combined with the current UTC timestamp.
|
Create(DateTime) |
Returns a new Guid COMB, consisting of a random Guid combined with the provided timestamp.
|
Create(Guid) |
Returns a new Guid COMB, consisting of the specified Guid combined with the current UTC timestamp.
|
Create(Guid, DateTime) |
Returns a new Guid COMB, consisting of the provided Guid and provided timestamp.
|
GetTimestamp |
Extracts the DateTime embedded in a COMB GUID of the current Variant.
|