time property

  1. @BuiltValueField(wireName: 'localtime')
String? time

Local time when the scheduled event will occur.

Either time or localtime has to be provided. A schedule configured with localtime will operate on localtime and is returned along with the time attribute (UTC) for backwards compatibility. The following time patterns are allowed:

Absolute time Randomized time Recurring times Recurring randomized times Timers For a full description of the allowed time pattern formats please check the allowed time patterns. Incorrectly formatted dates will raise an error of type 7. If the time is in the past an error 7 will also be raised.

Implementation

@BuiltValueField(wireName: 'localtime')
String? get time;