Duration
Defined in framework ScanditIdCapture
- Duration
open class Duration : NSObject
Added in version 7.1.0
Represents a duration of time in terms of days, months, and years.
- init
init(days:
Int, months:Int, years:Int)Added in version 7.1.0
Initializes Duration instance.
- days
open var days:
Int{ get }Added in version 7.1.0
The number of days in the duration.
- months
open var months:
Int{ get }Added in version 7.1.0
The number of months in the duration.
- years
open var years:
Int{ get }Added in version 7.1.0
The number of years in the duration.