SK_FLAGS_DATETIME_TIME_AT_MIDNIGHT Constant

If specified when an applicable Date-Time function is called, the operation will respect the system's date while effectively disregarding the time by always assuming midnight.

Syntax

C/C++
#define SK_FLAGS_DATETIME_TIME_AT_MIDNIGHT (0x00000004)
Visual Basic
Const SK_FLAGS_DATETIME_TIME_AT_MIDNIGHT As Long = 4