Duration
Defined in namespace Scandit.DataCapture.ID.Data
- Duration
class DurationAdded in version 7.6.0
Represents a duration of time in terms of days, months, and years.
- Duration()
Duration(
intdays,intmonths,intyears)Added in version 7.6.0
Creates a new Duration instance.
- Days
intDays { get; }Added in version 7.6.0
The number of days in the duration.
- Months
intMonths { get; }Added in version 7.6.0
The number of months in the duration.
- Years
intYears { get; }Added in version 7.6.0
The number of years in the duration.