VisiBroker for Java

org.omg.TimeBase
Class UtcT

java.lang.Object
  extended by org.omg.TimeBase.UtcT
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class UtcT
extends java.lang.Object
implements IDLEntity

UtcT defines the structure of the time value that is used universally in this service. The basic value of time is of type TimeT that is held in the time field. Whether a UtcT structure is holding a relative time (that is, a duration) or an absolute time is determined by context; there is no explicit flag within the object holding that state information. (Note that, if a UtcT structure is used to hold a duration, its tdf must be set to zero.)

See Also:
Serialized Form

Field Summary
 short inacchi
          Holds the upper part (2 octets) of the 48-bits inaccuracy value in the time field.
 int inacclo
          Holds the lower part (4 octets) of the 48-bits inaccuracy value in the time field.
 short tdf
          Holds the time zone information.
 long time
          Basic value of time.
 
Constructor Summary
UtcT()
           
UtcT(long time, int inacclo, short inacchi, short tdf)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public long time
Basic value of time.


inacclo

public int inacclo
Holds the lower part (4 octets) of the 48-bits inaccuracy value in the time field.


inacchi

public short inacchi
Holds the upper part (2 octets) of the 48-bits inaccuracy value in the time field.


tdf

public short tdf
Holds the time zone information. The value is the displacement in minutes from the Universal Time Zone.

Constructor Detail

UtcT

public UtcT()

UtcT

public UtcT(long time,
            int inacclo,
            short inacchi,
            short tdf)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online