MonthCalendar::HitTestInfo::Time Property

 

Gets the time information specific to the location that was hit-tested.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property DateTime Time {
	DateTime get();
}

Property Value

Type: System::DateTime

The time information specific to the location that was hit-tested.

The Time property contains a valid date when the MonthCalendar::HitArea property is set to Date or WeekNumbers.

.NET Framework
Available since 1.1
Return to top
Show: