Calendar for UWP/WinRT
GetDateTimeAtPoint メソッド

C1Calendar コントロール。
コントロール境界内の位置を指定する Windows.Foundation.Point オブジェクト。
指定された位置の System.Nullable`1 を返します。
構文
'宣言
 
Public Shared Function GetDateTimeAtPoint( _
   ByVal calendar As C1Calendar, _
   ByVal location As Windows.Foundation.Point _
) As System.Nullable(Of Date)
public static System.Nullable<DateTime> GetDateTimeAtPoint( 
   C1Calendar calendar,
   Windows.Foundation.Point location
)

パラメータ

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

戻り値の型

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1Calendar クラス
C1Calendar メンバ

Send Feedback