Reoccuring time

This commit is contained in:
2021-11-08 20:13:11 +01:00
parent 6588443459
commit 97f32bd012
3 changed files with 236 additions and 86 deletions

View File

@@ -70,7 +70,7 @@ public class TimeFrame
this.setRepetition(repetition);
}
TimeFrame (String fileContent)
public TimeFrame (String fileContent)
{
String[] dateArray = fileContent.split(separator); // example: timestart/timestop/days[int]/repetition
this.setTriggerTimeStart(Time.valueOf(dateArray[0]));