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

com.github.fedy2.weather.data.unit.TimeConvention Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.github.fedy2.weather.data.unit;

/**
 * Time convention.
 * @author "Federico De Faveri [email protected]"
 *
 */
public enum TimeConvention {
	/**
	 * ante meridiem (a.m., English: "before midday") 
	 */
	AM,
	
	/**
	 * post meridiem (p.m., English: "after midday") 
	 */
	PM;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy