public class Hour extends IntegerBasedExpression
Represents the value of a hour constructed out of a ScheduleExpression.getHour()

A Hour can hold only Integer as its value. The only exception to this being the wildcard (*) value. The various ways in which a Hour value can be represented are:

  • Wildcard. For example, hour = "*"
  • Range. For example, hour = "0-23"
  • List. For example, hour = "1, 12, 20"
  • Single value. For example, hour = "5"
  • Increment. For example, hour = "0 / 3"

Version:
$Revision: $
Author:
Jaikiran Pai