ZeeGrid Control Message

ZGM_SETCELLJDATE


ZGM_SETCELLJDATE

An application sends a ZGM_SETCELLJDATE message to set the specified cell in the ZeeGrid to the date specified by the julian date in lParam.

ZGM_SETCELLJDATE
wParam = (WPARAM)(int) iCellIndex;   //Cell index
lParam = (LPARAM)(int) iJulianDate;  //julian date

Parameters

iCellIndex
The value of wParam. The index of the ZeeGrid cell.

iJulianDate
The value of lParam. The julian date where 1 = 'January 1, 1600' and 3068037 = 'December 31, 9999'. Values less than or equal to 0 are invalid julian dates.

Return Values

If the julian date specified in lParam is a valid julian date, the message returns TRUE, otherwise FALSE.

Copyright © 2002-2016 by David Hillard