Duration

Defined in namespace Scandit.DataCapture.ID.Data

Duration
class Duration

Added in version 7.6.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.6.0

Creates a new Duration instance.

Days
int Days { get; }

Added in version 7.6.0

The number of days in the duration.

Months
int Months { get; }

Added in version 7.6.0

The number of months in the duration.

Years
int Years { get; }

Added in version 7.6.0

The number of years in the duration.