Class ModifyDate

    • Field Detail

      • input

        public TypedIOPort input
        Input for date tokens.
      • operation

        public Parameter operation
        Parameter for operation. The operation is a choice of the string values "+" and "-" and defaults to "+".
      • value

        public TypedIOPort value
        Input for value in a given unit to be added or subtracted from date token received by input.
      • unit

        public Parameter unit
        Unit of value to be added or subtracted. This can be either part of the date, i.e. year, month, day, ... and it defaults to second.
      • output

        public TypedIOPort output
        Output for the new date token.