|
UM .NET API
6.17
|
A representation of a PDMTimestamp with the number of seconds and microseconds since the epoch. More...
Public Member Functions | |
| PDMTimestamp (int seconds, int microseconds) | |
| A representation of a PDMTimestamp with the number of seconds and microseconds since the epoch. More... | |
| override System.String | ToString () |
| concatenates the seconds and microseconds into a string More... | |
Properties | |
| virtual int | Seconds [get] |
| Gets the int Seconds property. More... | |
| virtual int | Microseconds [get] |
| Gets the int Microseconds property. More... | |
A representation of a PDMTimestamp with the number of seconds and microseconds since the epoch.
| com.latencybusters.pdm.PDMTimestamp.PDMTimestamp | ( | int | seconds, |
| int | microseconds | ||
| ) |
A representation of a PDMTimestamp with the number of seconds and microseconds since the epoch.
| seconds | Number of seconds/microseconds since the epoch |
| microseconds | Number of seconds/microseconds since the epoch |
| override System.String com.latencybusters.pdm.PDMTimestamp.ToString | ( | ) |
concatenates the seconds and microseconds into a string
|
get |
Gets the int Microseconds property.
Values: the int representing microseconds
Referenced by com.latencybusters.pdm.PDMSerializer.writeTimestamp().
|
get |
Gets the int Seconds property.
Values: the int representing total seconds
Referenced by com.latencybusters.pdm.PDMSerializer.writeTimestamp().