menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttTime - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttTime

    Class used to pass the time to Gantt.

    Inheritance
    System.Object
    GanttTime
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class GanttTime

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved