BlinkID C SDK version 5.16.0
Data Fields
MBDate Struct Reference

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
 

Detailed Description

Date structure which can hold date information returned by recognizers.

Field Documentation

◆ day

int MBDate::day

Day in month.

◆ empty

int MBDate::empty

Indicates whether object is empty. Note that it is possible to successfully parse an empty date.

◆ month

int MBDate::month

Month in year from 1 to 12.

◆ originalString

char const* MBDate::originalString

Original string from which MBDate structure was parsed. Pointer is valid only while owning RecognizerResult object is alive.

◆ successfullyParsed

int MBDate::successfullyParsed

Whether the date was successfully parsed from original string.

◆ year

int MBDate::year

Year of the date


The documentation for this struct was generated from the following file: