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(
intdays,intmonths,intyears)Added in version 7.1.0
Creates a new Duration instance.
- days
intgetDays()Added in version 7.1.0
The number of days in the duration.
- months
intgetMonths()Added in version 7.1.0
The number of months in the duration.
- years
intgetYears()Added in version 7.1.0
The number of years in the duration.