'宣言 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
- C1Schedulerコントロール。
- location
- コントロール境界内の位置を指定する System.Windows.Pointオブジェクト。
戻り値の型
見つかった場合は System.DateTime値、そうでない場合は Null を返します。