Search
CalendarTextEventArgs.Date Property
See Also
 






Gets the date and time associated with the element being customized.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime Date { get; }

Visual Basic  Copy Code

Public ReadOnly Property Date As DateTime

 Property Value

A DateTime object.

 Remarks

If there is no time associated with the element, the return value is DateTime.MinValue.

 See Also