
com.codetaco.calendar.UnitOfMeasure Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of calendar Show documentation
Show all versions of calendar Show documentation
A better calendar for JAVA
The newest version!
package com.codetaco.calendar;
/**
*
* @author Chris DeGreef [email protected]
*
*/
enum UnitOfMeasure
{
DAY,
DAYOFWEEK,
HOUR,
MILLISECOND,
NANOSECOND,
MINUTE,
MONTH,
SECOND,
TIME,
YEAR
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy