|
BlinkID C SDK version 5.16.0
|
Date structure which can hold date information returned by recognizers. More...
#include <Date.h>
Data Fields | |
| int | day |
| int | month |
| int | year |
| int | successfullyParsed |
| char const * | originalString |
| int | empty |
Date structure which can hold date information returned by recognizers.
| int MBDate::day |
Day in month.
| int MBDate::empty |
Indicates whether object is empty. Note that it is possible to successfully parse an empty date.
| int MBDate::month |
Month in year from 1 to 12.
| char const* MBDate::originalString |
Original string from which MBDate structure was parsed. Pointer is valid only while owning RecognizerResult object is alive.
| int MBDate::successfullyParsed |
Whether the date was successfully parsed from original string.
| int MBDate::year |
Year of the date