Returns the date located at the specified coordinates.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public DateTime GetExactDateAt ( |
Visual Basic Copy Code |
---|
Public Function GetExactDateAt( _ |
The x-coordinate of the position at which to look for a date.
The y-coordinate of the position at which to look for a date.
A DateTime instance indicating which date is displayed at the specified position. If there is no date at the specified position, the return value is DateTime.MinValue.
The returned value represents the exact date located at the specified position in contrast with GetDateAt, which returns the start date of the cell, located at the specified position. This method works only in a Timetable view.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |