Name setPhraseStartTime( )
Syntax setPhraseStartTime(String phraseTitle, float startTime);
Example

Etude e = new Etude(this);
e.createPhrase("phrase_1");
e.setPhraseStartTime("phrase_1", 5);

Parameters phraseTitle:string
startTime: floatTime
Return none
Usage web & application
Description Set the start time of a phrase so the phrase will start at the given time instead of 0.0