Class MinutesTimestamp

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

public class MinutesTimestamp extends Timestamp implements Displayable
Represents a timestamp rounded to the nearest minute. This class is an extension of Timestamp and implements the Displayable interface, ensuring that the time component is always precise to the minute. Nanoseconds are always set to zero.

The primary purpose of this class is to provide accurate time precision in minutes by truncating seconds and nanoseconds and offering a string representation formatted to show hours and minutes.
See Also: