#include “BlackIceDEVMODE.h”
BOOL IsAnnotationDateFormatYYYYMMDDEnabled (BlackIceDEVMODE* pDevMode);
Description
Returns the BLF_ANNOTATION_DATE_FORMAT_YYYYMMDD flag. Represents the ‘YYYY/MM/DD’ radio button.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the ‘YYYY/MM/DD’ radio button is checked.
Programming Notes
None
Code Example
None