ical-generator - v8.1.2-develop.8
    Preparing search index...

    Interface ICalMomentTimezoneStub

    interface ICalMomentTimezoneStub {
        clone(): ICalMomentTimezoneStub;
        format(format?: string): string;
        isValid(): boolean;
        toDate(): Date;
        toJSON(): string;
        tz(): undefined | string;
        tz(timezone: string): ICalMomentTimezoneStub;
        utc(): ICalMomentTimezoneStub;
    }

    Hierarchy (View Summary)

    Index

    Methods