TimeOfDay.opCall

constructor.

  1. TimeOfDay opCall(uint hours, uint minutes, uint seconds, uint millis)
  2. TimeOfDay opCall(long ticks)
    struct TimeOfDay
    static
    opCall
    (
    long ticks
    )

Return Value

Type: TimeOfDay

a TimeOfDay value that corresponds to the time of day of the given number of ticks.

Meta