Scheduler for UWP
GetDateTimeAtPoint メソッド

C1.UWP.Schedule アセンブリ > C1.Xaml.Schedule 名前空間 > C1Scheduler クラス : GetDateTimeAtPoint メソッド
C1Schedulerコントロール。
コントロール境界内の位置を指定する Windows.Foundation.Pointオブジェクト。
指定された位置の System.Nullable`1を返します。
シンタックス
'宣言
 
Public Shared Function GetDateTimeAtPoint( _
   ByVal scheduler As C1Scheduler, _
   ByVal location As Windows.Foundation.Point _
) As System.Nullable(Of Date)
public static System.Nullable<DateTime> GetDateTimeAtPoint( 
   C1Scheduler scheduler,
   Windows.Foundation.Point location
)

パラメータ

scheduler
C1Schedulerコントロール。
location
コントロール境界内の位置を指定する Windows.Foundation.Pointオブジェクト。

戻り値の型

見つかった場合は System.DateTime値、そうでない場合は Null を返します。
参照

C1Scheduler クラス
C1Scheduler メンバ