Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULCreateParms class

TimestampFormat property Next Page

TimestampIncrement property


Specifies the minimum difference between two unique timestamps, in nanoseconds (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