represents a duration. More...
import "Duration.idl";
| Public Attributes | |
| boolean | Negative | 
| explicit sign bit. | |
| unsigned short | Years | 
| contains the years. | |
| unsigned short | Months | 
| contains the months. | |
| unsigned short | Days | 
| contains the days. | |
| unsigned short | Hours | 
| contains the hours. | |
| unsigned short | Minutes | 
| contains the minutes. | |
| unsigned short | Seconds | 
| contains the seconds. | |
| unsigned long | NanoSeconds | 
| contains the nanoseconds. | |
represents a duration.
A duration is the difference of 2 DateTimes.
Note that there are no constraints on the ranges of the members, except that every member must be non-negative: for example, a Duration of 400 Days is valid.
| unsigned short Days | 
contains the days.
| unsigned short Hours | 
contains the hours.
| unsigned short Minutes | 
contains the minutes.
| unsigned short Months | 
contains the months.
| unsigned long NanoSeconds | 
contains the nanoseconds.
| boolean Negative | 
explicit sign bit.
| unsigned short Seconds | 
contains the seconds.
| unsigned short Years | 
contains the years.