April 19, 2024

Dynamic Windows Function [dw_calendar_get_date]

Syntax

void dw_calendar_get_date(HWND handle, unsigned int *year, unsigned int *month, unsigned int *day)

Parameters

HWND handle: The handle to the calendar returned by dw_calendar_new().
unsigned int *year: Variable to store the year or NULL.
unsigned int *month: Variable to store the month or NULL.
unsigned int *day: Variable to store the day or NULL.

Description

Gets the year, month and day set in the calendar widget.