Time

The Time generator type supports the following constructors:

  • (Time)

  • (Hours, Minutes)

The three parameters are:

  • Time—Any Date or Time object representing the time to be played back. Time can also be defined as a Number object (Integer, Float, Long, and so forth) that specifies the time to be played, from 0 to 2359. (For example, a number such as 1234 is played as “12 34 PM.”) If the value specified is greater than 2359, then Time is considered to be the number of milliseconds since the standard base time known as “the epoch,” namely January 1, 1970, 00:00:00 GMT.

  • Hours—Number object that specifies the hour to be played.

  • Minutes—Number object that specifies the minutes to be played.