Duration

Defined in package com.scandit.datacapture.id.capture

Duration
class Duration

Added in version 7.1.0

Represents a duration of time in terms of days, months, and years.

Duration()
Duration(days: Int,
        months: Int,
        years: Int)

Added in version 7.1.0

Creates a new Duration instance.

days
val days: Int

Added in version 7.1.0

The number of days in the duration.

months
val months: Int

Added in version 7.1.0

The number of months in the duration.

years
val years: Int

Added in version 7.1.0

The number of years in the duration.