import "CosTime.idl";
Public Methods | |
UTO | absolute_time () |
This operation calculates an absolute time taking the current UTO contents as a time relative to the current system time. More... | |
TimeComparison | compare_time (in ComparisonType comparison_type, in UTO ut) |
Compares this UTO to another. More... | |
TIO | time_to_interval (in UTO ut) |
Generates the interval between this UTO and another. More... | |
TIO | interval () |
Generates an interval based on this UTO. More... | |
Public Attributes | |
readonly attribute TimeBase::TimeT | time |
Specifies the time represented by the UTO. More... | |
readonly attribute TimeBase::InaccuracyT | inaccuracy |
Specifies the uncertainty associated with the time in the UTO, in 10E-7 seconds. More... | |
readonly attribute TimeBase::TdfT | tdf |
Specifies the time zone in which the UTO was created, expressed in minutes from Greenwich. More... | |
readonly attribute TimeBase::UtcT | utc_time |
Specifies the time, error and zone represented by this UTO in a single structure. More... |
|
This operation calculates an absolute time taking the current UTO contents as a time relative to the current system time.
|
|
Compares this UTO to another.
|
|
Generates an interval based on this UTO.
|
|
Generates the interval between this UTO and another.
|
|
Specifies the uncertainty associated with the time in the UTO, in 10E-7 seconds.
|
|
Specifies the time zone in which the UTO was created, expressed in minutes from Greenwich. Positive values represent zones East of the meridian. |
|
Specifies the time represented by the UTO. It is expressed as a number of 10E-7 seconds since a defined point. For absolute time this is 15th October 1582 00:00:00 GMT. |
|
Specifies the time, error and zone represented by this UTO in a single structure.
|