Date Result#
Defined in namespace Scandit.DataCapture.ID.Data
-
DateResult
# class DateResult
Added in version 6.9.0
A date extracted from a personal identification document. May represent either a full date (day, month, year) or just a month and a year.
-
Day
# nint
Day
{ get; }Added in version 6.9.0
The extracted day of the month or 0 if this result represents a month and a year only.
-
Month
# nint
Month
{ get; }Added in version 6.9.0
A number from 1 to 12 representing the extracted month, where 1 represents January, 2 - February and so on.
-
Year
# nint
Year
{ get; }Added in version 6.9.0
The extracted year.
-