Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.5 KB

dtn-datetimechange.md

File metadata and controls

66 lines (37 loc) · 1.5 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
DTN_DATETIMECHANGE notification code (Commctrl.h)
Sent by a date and time picker (DTP) control whenever a change occurs. This notification code is sent in the form of a WM\_NOTIFY message.
65cdd8fb-1f07-4447-b503-d40fdfa37202
DTN_DATETIMECHANGE notification code Windows Controls
apiref
DTN_DATETIMECHANGE
Commctrl.h
HeaderDef
reference
05/31/2018

DTN_DATETIMECHANGE notification code

Sent by a date and time picker (DTP) control whenever a change occurs. This notification code is sent in the form of a WM_NOTIFY message.

DTN_DATETIMECHANGE

    lpChange = (LPNMDATETIMECHANGE) lParam;

Parameters

lParam

A pointer to an NMDATETIMECHANGE structure containing information about the change that took place in the control.

Return value

The owner of the control must return zero.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h