Class ToDateTimeImpl

  • All Implemented Interfaces:
    com.rosetta.model.lib.functions.RosettaFunction

    public class ToDateTimeImpl
    extends ToDateTime
    • Constructor Summary

      Constructors 
      Constructor Description
      ToDateTimeImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.time.ZonedDateTime doEvaluate​(com.rosetta.model.lib.records.Date date)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ToDateTimeImpl

        public ToDateTimeImpl()
    • Method Detail

      • doEvaluate

        protected java.time.ZonedDateTime doEvaluate​(com.rosetta.model.lib.records.Date date)
        Specified by:
        doEvaluate in class ToDateTime