bcfreeflight
    Preparing search index...

    Class ReadOnlyDateTimeRange

    A class representing a date-time range with minimum and maximum timestamps. This class is read-only and cannot be modified after creation.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    max: string

    The maximum timestamp in ISO format.

    min: string

    The minimum timestamp in ISO format.

    Methods

    • Creates a ReadOnlyDateTimeRange object based on the provided array of timestamps.

      Parameters

      • timestamps: string[]

        An array of timestamps to determine the minimum and maximum values.

      Returns ReadOnlyDateTimeRange

      A ReadOnlyDateTimeRange object containing the calculated minimum and maximum timestamps.