warframe-worldstate-parser
    Preparing search index...

    Interface EarthCycleType

    interface EarthCycleType {
        dayTime: boolean;
        expiresIn: number;
        expiry: Date;
        rounded: Date;
        start: Date;
        state: string;
        timeLeft: string;
    }
    Index

    Properties

    dayTime: boolean

    Whether or not this it's daytime

    expiresIn: number

    Time it expires in

    expiry: Date

    The date and time at which the event ends

    rounded: Date

    The date and time at which the event ends, rounded to the nearest minute

    start: Date

    The date and time at which the event started, 4 hours before the end

    state: string

    Current cycle state. One of day, night

    timeLeft: string

    Time remaining string