Package org.isda.cdm.functions
Class ToDateTime
- java.lang.Object
-
- org.isda.cdm.functions.ToDateTime
-
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
ToDateTimeImpl
public abstract class ToDateTime extends java.lang.Object implements com.rosetta.model.lib.functions.RosettaFunction
-
-
Constructor Summary
Constructors Constructor Description ToDateTime()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.time.ZonedDateTime
doEvaluate(com.rosetta.model.lib.records.Date date)
java.time.ZonedDateTime
evaluate(com.rosetta.model.lib.records.Date date)
-