Search
Calendar.GetDateAt Method (Int32, Int32, 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 (
    int x,
    int y,
    ref Rectangle bounds
)

Visual Basic  Copy Code

Public Function GetDateAt( _
    x As Integer, _
    y As Integer, _
    ByRef bounds As Rectangle _
) As DateTime

 Parameters

x

y

bounds

 Return Value

 See Also