IsAnnotationTimeZoneEnabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAnnotationTimeZoneEnabled (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_ANNOTATION_TIME_FORMAT_TIMEZONE flag. Represents the ‘Time zone’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘Time zone’ checkbox is checked.

Programming Notes

None

Code Example

None