Class TimeDateTimer
java.lang.Object
io.camunda.zeebe.model.bpmn.util.time.TimeDateTimer
- All Implemented Interfaces:
Timer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetDueDate(long fromEpochMillis) Returns the instant represented by this timeDate in milliseconds.intstatic TimeDateTimer
-
Constructor Details
-
TimeDateTimer
-
TimeDateTimer
-
-
Method Details
-
parse
-
getInterval
- Specified by:
getIntervalin interfaceTimer
-
getRepetitions
public int getRepetitions()- Specified by:
getRepetitionsin interfaceTimer
-
getDueDate
public long getDueDate(long fromEpochMillis) Returns the instant represented by this timeDate in milliseconds.- Specified by:
getDueDatein interfaceTimer- Parameters:
fromEpochMillis- this parameter is ignored since base of this date is always the standard epoch (1970-01-01T00:00:00Z).- Returns:
- the timeDate as milliseconds since the epoch
-