A representation of a PDMTimestamp with the number of seconds and microseconds
since the epoch

C# |
public class PDMTimestamp

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | PDMTimestamp(Int32, Int32) |
A representation of a PDMTimestamp with the number of seconds and microseconds
since the epoch
|
![]() | Microseconds | Gets the int Microseconds property
|
![]() | Seconds | Gets the int Seconds property
|
![]() | ToString()()() | concatenates the seconds and microseconds into a string
(Overrides Object.ToString()()().) |

Object | |
![]() | PDMTimestamp |