IsAnnotationTimeFormat24HourEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAnnotationTimeFormat24HourEnabled (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_ANNOTATION_TIME_FORMAT_24HOUR flag. Represents the ’24 Hour’ radio button.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ’24 Hour’ radio button is checked.

Programming Notes

None

Code Example

None