Scheduler for WPF
GetDateTimeAtPoint メソッド (C1Scheduler)

C1.WPF.Schedule.4.5.2 アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : GetDateTimeAtPoint メソッド
C1Schedulerコントロール。
コントロール境界内の位置を指定する System.Windows.Pointオブジェクト。
指定された位置の System.Nullable`1を返します。
シンタックス
'宣言
 
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 を返します。
参照

C1Scheduler クラス
C1Scheduler メンバ