Search
Calendar.GetDateAt Method (Point, Rectangle@)
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime GetDateAt (
    Point point,
    ref Rectangle bounds
)

Visual Basic  Copy Code

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

 Parameters

point

bounds

 Return Value

 See Also