TimestampIncrement property

Specifies the minimum difference between two unique timestamps, in microseconds (1,000,000th of a second).

Syntax
Visual Basic

Public Property TimestampIncrement As Integer
C#

public int TimestampIncrement  { get; set; }
Property value

An integer specifying the timestamp increment. The value must be in the range [1,60000000]. The default is 1.

See also