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.