MindFusion.Wpf Pack Programmer's Guide
Calendar.GetDateAt Method (Point)
See Also
 





Returns the date of the calendar cell located at the specified position.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public Nullable<DateTime> GetDateAt (
    Point point
)

Visual Basic  Copy Code

Public Function GetDateAt( _
    point As Point _
) As Nullable(Of DateTime)

 Parameters

point

The position at which to look for a date 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 null (Nothing in Visual Basic).

 See Also

GetDateAt Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace