'宣言 Public Shared Function GetDateTimeAtPoint( _ ByVal calendar As CalendarBase, _ ByVal location As System.Windows.Point _ ) As System.Nullable(Of Date)
public static System.Nullable<DateTime> GetDateTimeAtPoint( CalendarBase calendar, System.Windows.Point location )
パラメータ
- calendar
- CalendarBaseコントロール。
- location
- コントロール境界内の位置を指定する System.Windows.Pointオブジェクト。
戻り値の型
見つかった場合は System.DateTime値、そうでない場合は Null を返します。