Class LeapYearDateDifference.LeapYearDateDifferenceDefault

java.lang.Object
cdm.base.datetime.functions.LeapYearDateDifference
cdm.base.datetime.functions.LeapYearDateDifference.LeapYearDateDifferenceDefault
All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
Enclosing class:
LeapYearDateDifference

public static class LeapYearDateDifference.LeapYearDateDifferenceDefault extends LeapYearDateDifference
  • Constructor Details

    • LeapYearDateDifferenceDefault

      public LeapYearDateDifferenceDefault()
  • Method Details

    • doEvaluate

      protected Integer doEvaluate(com.rosetta.model.lib.records.Date firstDate, com.rosetta.model.lib.records.Date secondDate)
      Specified by:
      doEvaluate in class LeapYearDateDifference
    • assignOutput

      protected Integer assignOutput(Integer difference, com.rosetta.model.lib.records.Date firstDate, com.rosetta.model.lib.records.Date secondDate)