Class Time
- java.lang.Object
-
- com.rometools.modules.mediarss.types.Time
-
- All Implemented Interfaces:
Serializable
public class Time extends Object implements Serializable
Represents a RFC 2326 3.6 Normal Play Time timestamp.- See Also:
- Serialized Form
-
-
Constructor Detail
-
Time
public Time(long milliseconds)
- Parameters:
milliseconds- milliseconds in length or offset.
-
Time
public Time(String value)
- Parameters:
value- RFC 2326 3.6 Normal Play Time value
-
-