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
C# Copy Code |
---|
public DateTime GetDateAt ( |
Visual Basic Copy Code |
---|
Public Function GetDateAt( _ |
The x-coordinate of the position at which to look for a date cell.
The y-coordinate of the position at which to look for a date cell.
A parameter that will receive the bounding rectangle of the hit-tested cell.
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 DateTime.MinValue.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |