eligius
    Preparing search index...

    Interface IStrictDuration

    Describes a duration of time expressed in a start and an end range with a one second interval.

    interface IStrictDuration {
        end: number;
        start: number;
    }

    Hierarchy

    Index

    Properties

    Properties

    end: number
    start: number