Search
DateStyle.To Property
See Also
 





Gets or sets the end date of the formatted range.

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

 Syntax

C#  Copy Code

public DateTime To { get; set; }

Visual Basic  Copy Code

Public Property To As DateTime

 Property Value

A .NET DateTime object specifying the end of the time interval whose cells' style is defined in this object.

 See Also