setPresentationStartTime method

void setPresentationStartTime(
  1. num presentationStartTime
)

Sets the presentation's start time. The wall-clock time, in seconds, when the presentation started or will start. Only required for live.

Implementation

external void setPresentationStartTime(num presentationStartTime);