Class MinutesTime

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

public class MinutesTime extends Time implements Displayable
Represents a Time instance rounded to the nearest minute. This class is an extension of Time and implements the Displayable interface, ensuring that the time component is always precise to the minute.

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