'宣言 Public Shared Function GetDateTimeAtPoint( _ ByVal scheduler As C1Scheduler, _ ByVal location As System.Windows.Point _ ) As System.Nullable(Of Date)
public static System.Nullable<DateTime> GetDateTimeAtPoint( C1Scheduler scheduler, System.Windows.Point location )
パラメータ
- scheduler
- The C1Scheduler control.
- location
- The System.Windows.Point object which specifies location inside control boundaries.
戻り値の型
Returns System.DateTime value if found; Null - otherwise.