BaseGuidCombProviderCreate(Guid, DateTime) - метод
Returns a new Guid COMB, consisting of the provided Guid and provided timestamp.
Пространство имён: Tessa.Platform.GuidCombСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public abstract Guid Create(
Guid value,
DateTime timestamp
)
Public MustOverride Function Create (
value As Guid,
timestamp As DateTime
) As Guid
public:
virtual Guid Create(
Guid value,
DateTime timestamp
) abstract
abstract Create :
value : Guid *
timestamp : DateTime -> Guid
- value Guid
-
- timestamp DateTime
-
GuidIGuidCombProviderCreate(Guid, DateTime)