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

twitter4jads.internal.models4j.TimeZone Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.models4j;

/**
 *  Alessandro Bahgat - ale.bahgat at gmail.com
 */
public interface TimeZone extends java.io.Serializable {
    String getName();

    String tzinfoName();

    int utcOffset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy