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