YouTip LogoYouTip

Prop Video Startdate

# Video startDate property [![Image 8: Video Object Reference](#) 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 ![Image 9: Internet Explorer](#)![Image 10: Firefox](#)![Image 11: Opera](#)![Image 12: Google Chrome](#)![Image 13: Safari](#) 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](#)
← Prop Video TexttracksProp Video Src β†’