MAUI Pack Programmer's Guide
Calendar.GetDateAt Method (Point, Rect@)
See Also
 






Returns the date of the calendar cell located at the specified position and the bounding rectangle of the cell.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime GetDateAt (
    Point point,
    ref Rect bounds
)

Visual Basic  Copy Code

Public Function GetDateAt( _
    point As Point, _
    ByRef bounds As Rect _
) As DateTime

 Parameters

point

The position at which to look for a date cell.

bounds

A parameter that will receive the bounding rectangle of the hit-tested cell.

 Return Value

A DateTime instance indicating which date is displayed at the specified position. If there is no date cell at the specified point, the return value is DateTime.MinValue.

 See Also

GetDateAt Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling Namespace
GetContactAt Method
GetLocationAt Method
GetTaskAt Method
GetResourceAt Method
GetItemAt Method