Viv JavaScript Runtime - v0.10.2
    Preparing search index...

    Interface TimeOfDay

    The time of day in the running simulation instance in the host application.

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

    Properties

    Properties

    hour: number

    The hour of day, specified using the range [0, 23].

    minute: number

    The minute of the hour of day, specified using the range [0, 59].