TimelineKit API
    Preparing search index...

    Interface TimeRange

    interface TimeRange {
        end: Date;
        start: Date;
    }
    Index

    Properties

    Properties

    end: Date
    start: Date