fipaos.mts.iiop.sun.external.FIPA
Class DateTime
java.lang.Object
|
+--fipaos.mts.iiop.sun.external.FIPA.DateTime
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class DateTime
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
- See Also:
- Serialized Form
Constructor Summary |
DateTime()
|
DateTime(short __year,
short __month,
short __day,
short __hour,
short __minutes,
short __seconds,
short __milliseconds,
char __typeDesignator)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
year
public short year
month
public short month
day
public short day
hour
public short hour
minutes
public short minutes
seconds
public short seconds
milliseconds
public short milliseconds
typeDesignator
public char typeDesignator
DateTime
public DateTime()
DateTime
public DateTime(short __year,
short __month,
short __day,
short __hour,
short __minutes,
short __seconds,
short __milliseconds,
char __typeDesignator)