Class GanttTime
Class used to pass the time to Gantt.
Inheritance
System.Object
GanttTime
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class GanttTime : Object
Constructors
GanttTime()
Declaration
public GanttTime()
Properties
Hour
Gets or sets the hour.
Declaration
public int Hour { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The hour. |
Minutes
Gets or sets the minutes.
Declaration
public int Minutes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The minutes. |
Seconds
Gets or sets the seconds.
Declaration
public int Seconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The seconds. |