MobileForms Toolkit Documentation

OutlookMonthCalendar.GetDateAt Method 

Get the date at clicked position.

public bool GetDateAt(
int x,
int y,
out DateTime date
);

Parameters

x
The X coordinate.
y
The Y coordinate.
date
The date at clicked position.

Return Value

True when the date calculated succesfully.

See Also

OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace