[]
Returns the Nullable<T> at the specified location.
public static DateTime? GetDateTimeAtPoint(CalendarBase calendar, Point location)
| Type | Name | Description |
|---|---|---|
| CalendarBase | calendar | The CalendarBase control. |
| Point | location | The Point object which specifies location inside control boundaries. |
| Type | Description |
|---|---|
| DateTime? | Returns DateTime value if found; Null - otherwise. |