All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codetaco.calendar.UnitOfMeasure Maven / Gradle / Ivy

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