alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TimeUnit

    Represents the Time units.

    Inheritance
    System.Object
    TimeUnit
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public sealed class TimeUnit : Enum

    Fields

    Days

    Represents the Day unit

    Declaration
    public const TimeUnit Days
    Field Value
    Type
    TimeUnit

    Hours

    Represents the Hour unit

    Declaration
    public const TimeUnit Hours
    Field Value
    Type
    TimeUnit

    Minutes

    Represents the Minutes unit

    Declaration
    public const TimeUnit Minutes
    Field Value
    Type
    TimeUnit

    Months

    Represents the Month unit

    Declaration
    public const TimeUnit Months
    Field Value
    Type
    TimeUnit

    Seconds

    Represents the Seconds unit

    Declaration
    public const TimeUnit Seconds
    Field Value
    Type
    TimeUnit

    Weeks

    Represents the Week unit

    Declaration
    public const TimeUnit Weeks
    Field Value
    Type
    TimeUnit

    Years

    Represents the Year unit

    Declaration
    public const TimeUnit Years
    Field Value
    Type
    TimeUnit
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved