InkPoint.Timestamp Property

Definition

Gets the timestamp for the first InkPoint of an InkStroke, or when an entire InkStroke is pasted or loaded.

public:
 property unsigned long long Timestamp { unsigned long long get(); };
uint64_t Timestamp();
public ulong Timestamp { get; }
var uInt64 = inkPoint.timestamp;
Public ReadOnly Property Timestamp As ULong

Property Value

UInt64

unsigned long long

uint64_t

The time, relative to the system boot time, in microseconds.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to

See also