Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below are some examples that demonstrate the Cron format used by the XperienCentral search engine.


FormatDescription
0 0 * * *Schedules a service to run every day at 00:00. 
30 2 * * *Schedules a service to run at 02:30.
55 * * * *Schedules a service to run at 55 minutes after each hour.

...