videosphere
    Preparing search index...

    Interface ParseScheduleTimeInputOptions

    interface ParseScheduleTimeInputOptions {
        hour12?: boolean;
        fallbackPeriod?: "AM" | "PM";
    }
    Index

    Properties

    hour12?: boolean

    When true, accepts 12-hour text with optional AM/PM.

    fallbackPeriod?: "AM" | "PM"

    Meridiem used when 12-hour text omits AM/PM (defaults to AM).