Purpose # Provides the start time of the layer (as per Notch timeline) in hundredths of a second. Syntax # int GetStartTime(); returns time in hundredths of a second. Example # function Update() { layer = Document.FindLayer("My Layer"); var timeStart = layer.GetStartTime(); }