The
Schedule
Expression field is used to specify the time at which
the timer triggers. The value should be a relative expression or cron-type
syntax based on when the parent element starts. The expression supports
second, minute, hour, day, and week time intervals. The supported
syntax is either the special reserved word
Now
or
a plus sign, followed by one or more digits, followed by a unit of
measure. A combination of one or more sequences of plus sign followed
by a unit can be specified.
The following units
are supported:
The following examples
illustrate valid expressions:
|
|
|
The timer expires immediately.
|
|
The timer expires in
one second.
|
|
The timer expires in
one minute.
|
|
The timer expires in
one hour.
|
|
The timer expires in
one day.
|
|
The timer expires in
one week.
|
|
The timer expires in
one hour + one minute + one second.
|
See Timer Examples for additional
examples of timer expressions, including cron syntax.