jooby-codec
    Preparing search index...

    Interface IDateTime

    interface IDateTime {
        date: TMonthDay;
        day?: TWeekDay;
        hours: TUint8;
        isSummerTime: boolean;
        minutes: TUint8;
        month: TMonth;
        seconds: TUint8;
        year: TYear2000;
    }
    Index

    Properties

    date: TMonthDay
    day?: TWeekDay
    hours: TUint8
    isSummerTime: boolean

    Is it DST or Standard time.

    minutes: TUint8
    month: TMonth
    seconds: TUint8
    year: TYear2000