Class Interval

java.lang.Object
net.hydromatic.filtex.ast.Interval

public class Interval extends Object
Date value, e.g. "2018/09/05".

The subclass Datetime also includes a Time value.

  • Field Details

    • year

      public final int year
    • month

      public final int month
    • date

      public final int date
  • Constructor Details

    • Interval

      public Interval(int year, int month, int date)
  • Method Details