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

src.org.neodatis.tool.wrappers.OdbTime Maven / Gradle / Ivy

There is a newer version: 1.9.30.689
Show newest version
package org.neodatis.tool.wrappers;

import java.util.Date;

/**
 * @sharpen.ignore
 * @author olivier
 *
 */
public class OdbTime {
	public static long getCurrentTimeInMs(){
		return System.currentTimeMillis();
	}
	
	public static long getMilliseconds(Date d){
		return d.getTime();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy