@hiraokahypertools/pst-extractor - v0.5.0-alpha.2
    Preparing search index...

    Interface RecurrencePattern

    interface RecurrencePattern {
        endDate: Date;
        endType: EndType;
        firstDateTime: Date;
        firstDOW: number;
        occurrenceCount: number;
        patternType: PatternType;
        patternTypeSpecific: number | WeekSpecific | MonthNthSpecific | null;
        period: number;
        recurFrequency: RecurFrequency;
        startDate: Date;
        toJSON(): any;
    }

    Implements

    Index

    Properties

    endDate: Date
    endType: EndType
    firstDateTime: Date
    firstDOW: number
    occurrenceCount: number
    patternType: PatternType
    patternTypeSpecific: number | WeekSpecific | MonthNthSpecific | null
    period: number
    recurFrequency: RecurFrequency
    startDate: Date

    Methods