Difference between revisions of "CalendarView.DateForXY"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (4 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
| parameters=x As Integer, y As Integer
 
| parameters=x As Integer, y As Integer
 
| returntype=Date
 
| returntype=Date
| version=1.2.2
+
| version=1.4.1
 
| platform=all
 
| platform=all
 
}}
 
}}

Latest revision as of 13:20, 6 August 2015

Method
CalendarView.DateForXY ( x As Integer, y As Integer ) As Date


Finds the Date for the passed x and y.
If no Date is found, it returns Nil.