Show / Hide Table of Contents

    Class UniqueTimestampFactory

    Represents a factory for creating unique timestamps.

    Представляет фабрику по созданию уникальных отметок времени.

    Inheritance
    Object
    UniqueTimestampFactory
    Namespace: Platform.Timestamps
    Assembly: Platform.Timestamps.dll
    Syntax
    public class UniqueTimestampFactory : IFactory<Timestamp>

    Methods

    | Improve this Doc View Source

    Create()

    Creates a timestamp corresponding to the current UTC date and time or next unique timestamp.

    Создаёт отметку времени соответствующую текущей дате и времени по UTC или следующую уникальную отметку времени.

    Declaration
    public Timestamp Create()
    Returns
    Type Description
    Timestamp
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX