Search
TooltipEventArgs.Time Property
See Also
 





Gets the time associated with the calendar element or DateTime.MinValue if none.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime Time { get; }

Visual Basic  Copy Code

Public ReadOnly Property Time As DateTime

 Property Value

A .NET DateTime value representing the date and time associated with the element whose tooltip is being displayed or DateTime.MinValue if no time is related with the element.

 See Also