Share via


KinectPointerPoint.Timestamp Property

Gets the timestamp of the pointer point.

Syntax

public:
property uint64 Timestamp {
         uint64 get ();
}
public ulong Timestamp { get; }
var timestamp = kinectPointerPoint.timestamp;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: uint64
Type: ulong
Type: Number

 

The timestamp of the pointer point.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPoint Class
WindowsPreview.Kinect.Input Namespace