April 24, 2024

Dynamic Windows Function [dw_calendar_set_date]

Syntax

void dw_calendar_set_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: Year to display.
unsigned int month: Month to display.
unsigned int day: Day to display.

Description

Sets the current date of a calendar.