Ключевое слово $tagNMDATETIMESTRING

Описание ключевого слова


$tagNMDATETIMESTRING

Contains information specific to an edit operation that has taken place in the control

Global Const $tagNMDATETIMESTRING = $tagNMHDR & ";ptr UserString;short Year;short Month;short DOW;short Day;" & _
        "short Hour;short Minute;short Second;short MSecond;int Flags"

Параметры

$tagNMHDR Структура $tagNMHDR, содержащая информацию об уведомительном сообщении
UserString Address of the null terminated string that the user entered
Year Год
Month Месяц
DOW День недели
Day День
Hour Час
Minute Минута
Second Секунда
MSecond Миллисекунды
Flags Return field. Set this member to $GDT_VALID to indicate that the date is valid or to $GDT_NONE to
set the control to "no date" status ($DTS_SHOWNONE style only).

Примечания

This message is used with the $DTN_USERSTRING notification message.