MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.GetDateAt Method (Int32, Int32)
See Also
 





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public Nullable<DateTime> GetDateAt (
    int x,
    int y
)

Visual Basic  Copy Code

Public Function GetDateAt( _
    x As Integer, _
    y As Integer _
) As Nullable(Of DateTime)

 Parameters

x

The x-coordinate of the position at which to look for a date cell.

y

The y-coordinate of 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 position, the return value is null (Nothing in Visual Basic).

 See Also

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