menu

WinForms

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

    Show / Hide Table of Contents

    Class WorkWeek

    Represents a Working Week

    Inheritance
    System.Object
    WorkWeek
    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.ProjIO
    Assembly: Syncfusion.ProjIO.Base.dll
    Syntax
    public class WorkWeek

    Constructors

    WorkWeek()

    Declaration
    public WorkWeek()

    Properties

    Name

    Gets or sets the name of the effective week

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

    TimePeriod

    Gets or sets a contiguous set of exception days

    Declaration
    public TimePeriod TimePeriod { get; set; }
    Property Value
    Type
    TimePeriod

    WeekDay

    A weekday either defines regular days of the week or exception days in the calendar

    Declaration
    public List<WorkWeekDay> WeekDay { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<WorkWeekDay>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved