Package net.hydromatic.filtex.ast
Class Date
java.lang.Object
net.hydromatic.filtex.ast.Date
- Direct Known Subclasses:
Datetime
Date value, e.g. "2018/09/05".
The subclass Datetime also includes a Time value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
year
public final int year -
month
public final int month -
day
public final int day
-
-
Constructor Details
-
Date
public Date(int year, int month, int day)
-
-
Method Details
-
plus
-
digest
-