formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface LocalTime

    A time of the appointment picker with an hour and minute in a local time zone.

    interface LocalTime {
        hour: number;
        minute: number;
    }
    Index

    Properties

    Properties

    hour: number

    The 0-based hour, between 0 and 23.

    minute: number

    The 0-based minute, between 0 and 59.