rcs.nml
Class CMS_TIME
java.lang.Object
rcs.nml.CMS_TIME
public class CMS_TIME
- extends java.lang.Object
Date structure wih built in NML update and
a special update format for XML.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
hours
public long hours
minutes
public long minutes
seconds
public double seconds
CMS_TIME
public CMS_TIME()
CMS_TIME
public CMS_TIME(java.lang.String str)
setWithString
public void setWithString(java.lang.String str)
update
public void update(NMLFormatConverter nml_fc)
update_for_non_xml
public void update_for_non_xml(NMLFormatConverter nml_fc)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object