Class Year


  • public class Year
    extends IntegerBasedExpression
    Represents in the year value part constructed out of a ScheduleExpression.getYear()

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

    • Wildcard. For example, year = "*"
    • Range. For example, year = "2009-2011"
    • List. For example, year = "2008, 2010, 2011"
    • Single value. For example, year = "2009"

    Version:
    $Revision: $
    Author:
    Jaikiran Pai