'Declaration Public Function New( _ ByVal seconds As Integer, _ ByVal microseconds As Integer _ )
'Usage Dim seconds As Integer Dim microseconds As Integer Dim instance As New TdIntervalSecond(seconds, microseconds)
public TdIntervalSecond( int seconds, int microseconds )
public: TdIntervalSecond( int seconds, int microseconds )
Parameters
- seconds
- Number of seconds.
- microseconds
- The number of fractional seconds.