Function ====== Timecode.TimecodeOne.SetStartTime ====== //Nowadays there are four timecodes available in Titan, and the same functions are available for [[macros:namespace:Timecode.TimecodeTwo|]], [[macros:namespace:Timecode.TimecodeThree|]] and [[macros:namespace:Timecode.TimecodeFour|]].// Void Timecode.TimecodeOne.SetStartTime(TimecodeTime time) ^ API | https://api.avolites.com/12.0/Timecode.TimecodeOne.SetStartTime.html | ^ description | Sets the start time for a timer in Titan. | ^ [[macros:namespace|namespace]] | [[macros:namespace:-Timecode.TimecodeOne]] | ^ parameter | time ( [[macros:type:object:timecodetime]] ) : the time to be set as start time | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:timecodestarttime]]: Timecode.TimecodeFour.SetStartTime(Timecode.MakeTimecodeTime(11, 00, 00, 00, false, 100)) Sets the timecode 4 start time to a specific value which has previously been written into a timecodeime object using ''Timecode.MakeTimecodeTime(11, 00, 00, 00, false, 100)'' == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~