Returns the date of the calendar cell located at the specified coordinates.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
C#
![]() |
---|
public Nullable<DateTime> GetDateAt ( |
Visual Basic
![]() |
---|
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 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).
MindFusion.Scheduling for WPF Programmer's Guide | © 2025 MindFusion |