函数 | |
| HELE WINAPI | XMonthCal_Create (int x, int y, int cx, int cy, HXCGUI hParent) |
| 月历_创建 创建日期时间元素 更多... | |
| HELE WINAPI | XMonthCal_GetButton (HELE hEle, monthCal_button_type_ nType) |
| 月历_取内部按钮 获取内部按钮元素. 更多... | |
| void WINAPI | XMonthCal_SetToday (HELE hEle, int nYear, int nMonth, int nDay) |
| 月历_置当前日期 设置月历当前年月日. 更多... | |
| void WINAPI | XMonthCal_GetToday (HELE hEle, __out int *pnYear, __out int *pnMonth, __out int *pnDay) |
| 月历_取当前日期 获取月历当前年月日. 更多... | |
| void WINAPI | XMonthCal_SeSelDate (HELE hEle, int nYear, int nMonth, int nDay) |
| 月历_置选择日期 设置月历选中的年月日. 更多... | |
| void WINAPI | XMonthCal_GetSelDate (HELE hEle, __out int *pnYear, __out int *pnMonth, __out int *pnDay) |
| 月历_取选择日期 获取月历选中的年月日. 更多... | |
| void WINAPI | XMonthCal_SetTextColor (HELE hEle, int nFlag, COLORREF color) |
| @月历_置文本颜色 更多... | |
| HELE WINAPI XMonthCal_Create | ( | int | x, |
| int | y, | ||
| int | cx, | ||
| int | cy, | ||
| HXCGUI | hParent | ||
| ) |
| HELE WINAPI XMonthCal_GetButton | ( | HELE | hEle, |
| monthCal_button_type_ | nType | ||
| ) |
| void WINAPI XMonthCal_GetSelDate | ( | HELE | hEle, |
| __out int * | pnYear, | ||
| __out int * | pnMonth, | ||
| __out int * | pnDay | ||
| ) |
月历_取选择日期 获取月历选中的年月日.
| hEle | 元素句柄. |
| pnYear | 年.[INT,OUT] |
| pnMonth | 月.[INT,OUT] |
| pnDay | 日.[INT,OUT] |
| void WINAPI XMonthCal_GetToday | ( | HELE | hEle, |
| __out int * | pnYear, | ||
| __out int * | pnMonth, | ||
| __out int * | pnDay | ||
| ) |
月历_取当前日期 获取月历当前年月日.
| hEle | 元素句柄. |
| pnYear | 年.[INT,OUT] |
| pnMonth | 月.[INT,OUT] |
| pnDay | 日.[INT,OUT] |
| void WINAPI XMonthCal_SeSelDate | ( | HELE | hEle, |
| int | nYear, | ||
| int | nMonth, | ||
| int | nDay | ||
| ) |
月历_置选择日期 设置月历选中的年月日.
| hEle | 元素句柄. |
| nYear | 年. |
| nMonth | 月. |
| nDay | 日. |
| void WINAPI XMonthCal_SetTextColor | ( | HELE | hEle, |
| int | nFlag, | ||
| COLORREF | color | ||
| ) |
@月历_置文本颜色
| hEle | 元素句柄 |
| nFlag | 1:周六,周日文字颜色, 2:日期文字的颜色; 其它周文字颜色, 使用元素自身颜色 |
| color | 颜色值 |
| void WINAPI XMonthCal_SetToday | ( | HELE | hEle, |
| int | nYear, | ||
| int | nMonth, | ||
| int | nDay | ||
| ) |
月历_置当前日期 设置月历当前年月日.
| hEle | 元素句柄. |
| nYear | 年. |
| nMonth | 月. |
| nDay | 日. |