Class FixedTimeUtil
- java.lang.Object
-
- de.fraunhofer.iese.mydata.policy.time.FixedTimeUtil
-
public class FixedTimeUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description FixedTimeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TimeIntervalgetInterval(String fixedExpression, java.time.ZonedDateTime timeRelativeTo)static TimeIntervalgetInterval(String fixedExpression, java.time.ZonedDateTime timeRelativeTo, String sDayofWeek)static java.time.ZonedDateTimegetZonedDateTimeFromFixed(String fixedExpression, java.time.ZonedDateTime timeRelativeTo, String sDayofWeek, String startOrEnd)
-
-
-
Field Detail
-
START
public static final String START
- See Also:
- Constant Field Values
-
END
public static final String END
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInterval
public static TimeInterval getInterval(String fixedExpression, java.time.ZonedDateTime timeRelativeTo, String sDayofWeek)
-
getInterval
public static TimeInterval getInterval(String fixedExpression, java.time.ZonedDateTime timeRelativeTo)
-
-