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

    Interface ICalMomentStub

    interface ICalMomentStub {
        clone(): ICalMomentStub;
        format(format?: string): string;
        isValid(): boolean;
        toDate(): Date;
        toJSON(): string;
        utc(): ICalMomentStub;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Parameters

      • Optionalformat: string

      Returns string

    • Returns boolean