Share via


KinectPointerPointProperties.BodyTimeCounter Property

Gets a time stamp to associate the pointer with a BodyFrame Class object.

Syntax

public:
property TimeSpan BodyTimeCounter {
         TimeSpan get ();
}
public TimeSpan BodyTimeCounter { get; }
var bodyTimeCounter = kinectPointerPointProperties.bodyTimeCounter;

Property value

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

Type: TimeSpan
Type: TimeSpan
Type: Number

 

A time stamp to associate the pointer properties with a BodyFrame Class object.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPointProperties Class
WindowsPreview.Kinect.Input Namespace