Class ToMillisAtStartOfHour
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_time_types.joda.ToMillisAtStartOfHour
-
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class ToMillisAtStartOfHour extends java.lang.Object implements java.util.function.LongUnaryOperatorReturn the epoch milliseconds at the start of the hour for the given epoch milliseconds.
-
-
Constructor Summary
Constructors Constructor Description ToMillisAtStartOfHour()ToMillisAtStartOfHour(java.lang.String timezoneId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longapplyAsLong(long operand)
-