Class UniqueTimestampFactory
Represents a factory for creating unique timestamps.
Представляет фабрику по созданию уникальных отметок времени.
Namespace: Platform.Timestamps
Assembly: Platform.Timestamps.dll
Syntax
public class UniqueTimestampFactory : IFactory<Timestamp>
Methods
| Improve this Doc View SourceCreate()
Creates a timestamp corresponding to the current UTC date and time or next unique timestamp.
Создаёт отметку времени соответствующую текущей дате и времени по UTC или следующую уникальную отметку времени.
Declaration
public Timestamp Create()
Returns
Type | Description |
---|---|
Timestamp |