Label Date Result

Defined in library scandit_datacapture_label

LabelDateResult
class LabelDateResult

Added in version 7.2.0

day
int? get day

Added in version 7.2.0

When running on Android, the parsed day starts on 1 and can be null if the parsing fails. When running on iOS, the parsed day starts on 1 and if the parsing fails, -1 is returned.

month
int? get month

Added in version 7.2.0

When running on Android, the parsed month starts on 1 for January. Can be null if the parsing fails. When running on iOS, the parsed month starts on 1 for January. If the parsing fails, -1 is returned.

year
int? get year

Added in version 7.2.0

When running on Android, the parsed year starts on 1. Can be null if the parsing fails. When running on iOS, the parsed year starts on 1. If the parsing fails, -1 is returned.

dayString
String get dayString

Added in version 7.2.0

The day in String form.

monthString
String get monthString

Added in version 7.2.0

The month in String form.

yearString
String get yearString

Added in version 7.2.0

The year in String form.