Gets the relative time of this frame.
public:
property TimeSpan RelativeTime {
TimeSpan get ();
}
Type: TimeSpan
The relative time of this frame.
Relative times for frames can be compared against one another in real time to determine the order in which the frames were produced. However, there is no guaranteed epoch for all frames from all game play sessions. For example, if you were to compare the relative time of a frame from a game played a week ago to a frame from a game played today, the frame from the game played today could possibly appear as if it was created earlier than the one from a week ago.
Namespace: Microsoft.Kinect.Face
Metadata: microsoft.kinect.face.winmd
HighDefinitionFaceFrameReference Class