com.github.fedy2.weather.data.unit.TimeConvention Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yahoo-weather-java-api Show documentation
Show all versions of yahoo-weather-java-api Show documentation
A Java library for the yahoo weather RSS feed service
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;
}