Interface ICalMomentStub

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

Hierarchy (view full)

Methods

  • Parameters

    • Optionalformat: string

    Returns string

  • Returns boolean