menu

Blazor

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

    Show / Hide Table of Contents

    Class WorkUnit

    Defines work unit for whole project.

    Inheritance
    System.Object
    WorkUnit
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class WorkUnit : Enum

    Fields

    Day

    Defines unit value of duration as day.

    Declaration
    public const WorkUnit Day
    Field Value
    Type
    WorkUnit

    Hour

    Defines unit value of duration as hour.

    Declaration
    public const WorkUnit Hour
    Field Value
    Type
    WorkUnit

    Minute

    Defines unit value of duration as minute.

    Declaration
    public const WorkUnit Minute
    Field Value
    Type
    WorkUnit
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved