Interface ITimeResponse

Hierarchy

  • ITimeResponse

Properties

Properties

from: null | string

Starting date of the source

prop: {
    from: IDate;
    to: IDate;
}

Objects of days, month & year for the starting & ending dates of the source

Type declaration

  • from: IDate

    Objects of day, month & year the source started

  • to: IDate

    Objects of day, month & year the source started

string: null | string

Human readable string of the starting & finishing dates

to: null | string

Ending date of the source

Generated using TypeDoc