MobileForms Toolkit Documentation

OutlookWeekCalendar.GetTimeAt Method 

Get the time at clicked position.

public bool GetTimeAt(
int x,
int y,
out DateTime time
);

Parameters

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

Return Value

True when the time calculated succesfully.

See Also

OutlookWeekCalendar Class | Resco.Controls.OutlookControls Namespace