Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleWorkHours - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleWorkHours

    Configures the work hours on scheduler

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    ScheduleWorkHours
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ScheduleWorkHours : SfBaseComponent

    Constructors

    ScheduleWorkHours()

    Declaration
    public ScheduleWorkHours()

    Properties

    End

    It accepts the time string in short skeleton format Hm and usually denotes the end of the working hour range.

    Declaration
    public string End { get; set; }
    Property Value
    Type Description
    System.String

    Highlight

    When set to true, highlights the cells of working hour range with an active color.

    Declaration
    public bool Highlight { get; set; }
    Property Value
    Type Description
    System.Boolean

    Start

    It accepts the time string in short skeleton format Hm and usually denotes the start of the working hour range.

    Declaration
    public string Start { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved