Magek Framework
    Preparing search index...

    Interface ScheduleInterface

    interface ScheduleInterface {
        minute?: string;
        hour?: string;
        day?: string;
        month?: string;
        weekDay?: string;
        year?: string;
    }
    Index

    Properties

    minute?: string
    hour?: string
    day?: string
    month?: string
    weekDay?: string
    year?: string