Example usage for org.joda.time DateTimeZone getID

List of usage examples for org.joda.time DateTimeZone getID

Introduction

In this page you can find the example usage for org.joda.time DateTimeZone getID.

Prototype

@ToString
public final String getID() 

Source Link

Document

Gets the ID of this datetime zone.

Usage

From source file:TVShowTimelineMaker.util.JodaTimeUtil.java

public String getStringForDateTimeZone(DateTimeZone inType) {
    return inType.getID();
}