delayedTo property

String? delayedTo
getter/setter pair

The end of the delay range (format: -hh:mm:ss). E.g. in the expresssion "delayed from 30 to 60 minutes" stands for "to 60 minutes". Value can be negative (therefore, means early occurence). Must be preset if "DelayedFrom" is not specified.

Implementation

String? delayedTo;