import "CosTime.idl";
Public Member Functions | |
| UTO | universal_time () raises (TimeUnavailable) |
| Determine the current time. | |
| UTO | secure_universal_time () raises (TimeUnavailable) |
| Determine the current time where the time must be secure. | |
| UTO | new_universal_time (in TimeBase::TimeT time, in TimeBase::InaccuracyT inaccuracy, in TimeBase::TdfT tdf) |
| Create a new UTO instance from its components. | |
| UTO | uto_from_utc (in TimeBase::UtcT utc) |
| Create a new UTO instance. | |
| TIO | new_interval (in TimeBase::TimeT lower, in TimeBase::TimeT upper) |
| Create a new TIO instance. | |
| TIO CosTime::TimeService::new_interval | ( | in TimeBase::TimeT | lower, | |
| in TimeBase::TimeT | upper | |||
| ) |
| UTO CosTime::TimeService::new_universal_time | ( | in TimeBase::TimeT | time, | |
| in TimeBase::InaccuracyT | inaccuracy, | |||
| in TimeBase::TdfT | tdf | |||
| ) |
| UTO CosTime::TimeService::secure_universal_time | ( | ) | raises (TimeUnavailable) |
Determine the current time where the time must be secure.
| UTO CosTime::TimeService::universal_time | ( | ) | raises (TimeUnavailable) |
Determine the current time.
| UTO CosTime::TimeService::uto_from_utc | ( | in TimeBase::UtcT | utc | ) |
![]()