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

com.ionic.sdk.core.date.DateTime Maven / Gradle / Ivy

Go to download

The Ionic Java SDK provides an easy-to-use interface to the Ionic Platform.

There is a newer version: 2.9.0
Show newest version
package com.ionic.sdk.core.date;

/**
 * Date related utility functions and declarations.
 */
public final class DateTime {

    /**
     * Constructor.
     * http://checkstyle.sourceforge.net/config_design.html#FinalClass
     */
    private DateTime() {
    }

    /**
     * Milliseconds in one second.
     */
    public static final long ONE_SECOND_MILLIS = 1000L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy