Class Year

java.lang.Object
java.util.Date
java.sql.Date
com.storedobject.core.Year
All Implemented Interfaces:
Displayable, Serializable, Cloneable, Comparable<Date>

public class Year extends Date implements Displayable
Represents a specific year. This class extends Date and is designed to handle date-related operations specifically at the year level, resetting all other components (month, day, time, etc.) to default values.
Author:
Syam
See Also: