Scheduler for WPF
GetDateTimeAtPoint メソッド (C1Scheduler)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : GetDateTimeAtPoint メソッド
The C1Scheduler control.
The System.Windows.Point object which specifies location inside control boundaries.
Returns the System.Nullable`1 at the specified location.
シンタックス
'宣言
 
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.
参照

C1Scheduler クラス
C1Scheduler メンバ