TimeOfDay

Read/write property representing the time of day in minutes of the schedule. For example, if the schedule is set to run at 11AM, this value is 660 (660 minutes past midnight, start of the day.)

This time is based on your local time zone, which can be retrieved by reading TimeZoneOffset of the same schedule object.

You can set this property in any of the event handlers, including the event's Task handler itself, to change the scheduled time from the value you configured before starting the KumoApp. The change will immediately take effect and the handler assigned to Task will run when the time next equals to the set value.