RTI Connext .Net APIs
Version 5.0.0
|
Type for time representation. More...
#include <managed_infrastructure.h>
Public Member Functions | |
System::Boolean | is_zero () |
Check if time is zero. | |
System::Boolean | is_invalid_time () |
Public Attributes | |
System::Int32 | sec |
seconds | |
System::UInt32 | nanosec |
nanoseconds | |
Properties | |
static System::Int32 | TIME_INVALID_SEC [get] |
A sentinel indicating an invalid second of time. | |
static System::Int32 | TIME_INVALID_NSEC [get] |
A sentinel indicating an invalid nano-second of time. | |
static Time_t | TIME_ZERO [get] |
The default instant in time: zero seconds and zero nanoseconds. | |
static Time_t | TIME_INVALID [get] |
A sentinel indicating an invalid time. | |
Type for time representation.
A DDS::Time_t represents a moment in time.
System::Int32 DDS::Time_t::sec |
seconds
System::UInt32 DDS::Time_t::nanosec |
nanoseconds