Class Second


  • public class Second
    extends IntegerBasedExpression
    Represents the value of a second constructed out of a ScheduleExpression.getSecond()

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

    • Wildcard. For example, second = "*"
    • Range. For example, second = "0-34"
    • List. For example, second = "15, 20, 59"
    • Single value. For example, second = "12"
    • Increment. For example, second = "* / 5"

    Version:
    $Revision: $
    Author:
    Jaikiran Pai