edu.iris.Fissures
Class Time

java.lang.Object
  extended by edu.iris.Fissures.Time
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class Time
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Time Terms.

The Time.date_time string will be ISO8601:1998 standard.
yyyy-mm-ddThh:mm:ss.ddddZTD or
yyyy-mm-ddThhmmss.ddddZTD or
yyyymmddThh:mm:ss.ddddZTD or
yyyymmddThhmmss.ddddZTD or
yyyyjjjThh:mm:ss.ddddZTD or
yyyyjjjThhmmss.ddddZTD

yyyy - year
mm - month
jjj - day of the year
dd - day
T - seperator
hh - hour
mm - minutes
ss - seconds
.ddd - fractions of seconds to any precision desired.
ZTD - time zone. Z for UTC; +hh:mm or -hh:mm for time zone difference from UTC.

See Also:
Serialized Form

Field Summary
 java.lang.String date_time
           
 int leap_seconds_version
           
 
Constructor Summary
Time()
           
Time(java.lang.String date_time, int leap_seconds_version)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date_time

public java.lang.String date_time

leap_seconds_version

public int leap_seconds_version
Constructor Detail

Time

public Time()

Time

public Time(java.lang.String date_time,
            int leap_seconds_version)