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

com.codetaco.date.impl.UnitOfMeasure Maven / Gradle / Ivy

There is a newer version: 5.3.4
Show newest version
package com.codetaco.date.impl;

enum UnitOfMeasure {
    DAY,
    DAYOFWEEK,
    HOUR,
    MILLISECOND,
    NANOSECOND,
    MINUTE,
    MONTH,
    SECOND,
    TIME,
    YEAR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy