Prop Video Startdate
# Video startDate property
[ Video Object](#)
## Example
Get the current timeline offset of the video:
var x = document.getElementById("myVideo").startDate;
[Try it Yourself Β»](#)
* * *
## Definition and Usage
The startDate property returns a Date object representing the current timeline offset of the video.
The startDate property is used to get precise video stream synchronization over the Internet.
* * *
## Browser Support

The startDate property is not supported by any of the major browsers.
* * *
## Syntax
_videoObject_.startDate
## Technical Details
| Return Value: | A Date object representing the current timeline offset. |
| --- |
* * Video Object](#)
YouTip