- """HitTest(Point pos, DateTime date=None, int wd=None) -> int"""
- return _calendar.CalendarCtrl_HitTest(*args, **kwargs)
+ """
+ HitTest(Point pos) -> (result, date, weekday)
+
+ Returns 3-tuple with information about the given position on the calendar
+ control. The first value of the tuple is a result code and determines the
+ validity of the remaining two values. The result codes are: