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

Field Summary
 short day
           
 short hour
           
 short milliseconds
           
 short minutes
           
 short month
           
 short seconds
           
 char typeDesignator
           
 short year
           
 
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
 

Field Detail

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
Constructor Detail

DateTime

public DateTime()

DateTime

public DateTime(short __year,
                short __month,
                short __day,
                short __hour,
                short __minutes,
                short __seconds,
                short __milliseconds,
                char __typeDesignator)