Returns the date located at the specified position.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public DateTime getExactDateAt ( |
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 cell at the specified point, 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 CalendarView.Timetable view.
JPlanner Programmer's Guide | © 2023 MindFusion |