WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WorkingTime - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WorkingTime

    Represents a working time period

    Inheritance
    System.Object
    WorkingTime
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.ProjIO
    Assembly: Syncfusion.ProjIO.Base.dll
    Syntax
    public class WorkingTime

    Constructors

    WorkingTime()

    Declaration
    public WorkingTime()

    Properties

    FromTime

    Gets or sets the beginning of the working time.

    Declaration
    public TimeSpan FromTime { get; set; }
    Property Value
    Type Description
    System.TimeSpan

    The beginning of the working time.

    FromTimeSpecified

    Checks whether the beginning of the working time is specified

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

    FromTimeString

    Gets or sets the beginning of the working time

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

    ToTime

    Gets or sets the end of the working time

    Declaration
    public TimeSpan ToTime { get; set; }
    Property Value
    Type Description
    System.TimeSpan

    The end of the working time.

    ToTimeSpecified

    Checks whether the end of the working time is specified

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

    ToTimeString

    Gets or sets the end of the working time

    Declaration
    public string ToTimeString { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved