Interface TimeOptions

interface TimeOptions {
    currentDate?: Date;
    tz?: string;
}

Properties

Properties

currentDate?: Date
tz?: string

Generated using TypeDoc