Search
ScheduleRow.StartTime Property
See Also
 





Gets or sets the start time associated with the row. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public DateTime StartTime { get; set; }

Visual Basic  Copy Code

Public Property StartTime As DateTime

 Property Value

A .NET DateTime object.

 See Also