FIPA
Class DateTime

java.lang.Object
  extended byFIPA.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

FIPA/DateTime.java Generated by the IDL-to-Java compiler (portable), version "3.0" from FIPA.idl 09 March 2001 16:39:32 o'clock GMT

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)


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.