Share via


SkeletonFrame.Timestamp Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets or sets the time that the frame was created.

Syntax

public long Timestamp { get; set; }
'Declaration
Public Property Timestamp As Long 

Property Value

Type: Int64
The time (in milliseconds), starting when the sensor is initialized.

Remarks

Each frame returned from a Kinect has a unique time or timestamp when it was created.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

SkeletonFrame Class
SkeletonFrame Members
Microsoft.Kinect Namespace