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(
int
days,int
months,int
years)Added in version 7.1.0
Creates a new Duration instance.
- days
int
getDays()Added in version 7.1.0
The number of days in the duration.
- months
int
getMonths()Added in version 7.1.0
The number of months in the duration.
- years
int
getYears()Added in version 7.1.0
The number of years in the duration.