Class TimeFunctions.MonthOfYear<I,O>
- java.lang.Object
-
- org.meteoinfo.data.dataframe.impl.TimeFunctions.MonthOfYear<I,O>
-
- All Implemented Interfaces:
Function<I,O>,TimeFunction<org.joda.time.DateTime,java.lang.String>
- Enclosing class:
- TimeFunctions
public static class TimeFunctions.MonthOfYear<I,O> extends java.lang.Object implements TimeFunction<org.joda.time.DateTime,java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description MonthOfYear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(org.joda.time.DateTime value)Perform computation on the specified input value and return the result.
-