Duration
Defined in package com.scandit.datacapture.id.capture
- Duration
class DurationAdded 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:
IntAdded in version 7.1.0
The number of days in the duration.
- months
val months:
IntAdded in version 7.1.0
The number of months in the duration.
- years
val years:
IntAdded in version 7.1.0
The number of years in the duration.