LBM .Net API Documentation
PDMTimestamp Constructor (seconds, microseconds)
Namespacescom.latencybusters.pdmPDMTimestampPDMTimestamp(Int32, Int32)
A representation of a PDMTimestamp with the number of seconds and microseconds since the epoch
Declaration Syntax
C#
public PDMTimestamp(
	int seconds,
	int microseconds
)
Parameters
seconds (Int32)
Number of seconds/microseconds since the epoch
microseconds (Int32)
Number of seconds/microseconds since the epoch

Assembly: lbmcspdm (Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)