#include “BlackIceDEVMODE.h”
BOOL IsAnnotationDateFormatJulianEnabled (BlackIceDEVMODE* pDevMode);
Description
Returns the BLF_ANNOTATION_DATE_FORMAT_JULIAN flag. Represents the ‘Julian Date’ radio button.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the ‘Julian Date’ checkbox is checked.
Programming Notes
None
Code Example
None