Skip to main content
Skip table of contents

dlpx-core:TimeRange

Based >Extensible Algorithm Framework

The TimeRange algorithm is an instance of the Segment Mapping Algorithm Framework, masking the numeric values between ranges 0-59. This algorithm is appropriate for masking time units – usually minutes or seconds which range between 0 and 59.

For example:

  • "0" → "46"

  • "59" → "35"

  • "1" → "13"

  • "abc" → "abc" (and generates a non-conformant data event)

This algorithm may generate non-conformant data events.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.