public interface IGuidCombProvider : IComparer<Guid>
Public Interface IGuidCombProvider
Inherits IComparer(Of Guid)
public interface class IGuidCombProvider : IComparer<Guid>
type IGuidCombProvider =
interface
interface IComparer<Guid>
end
Compare | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. (Унаследован от IComparerGuid) |
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. |