menu

WinForms

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

    Show / Hide Table of Contents

    Class TimePeriod

    TimePeriod class

    Inheritance
    System.Object
    TimePeriod
    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 TimePeriod

    Constructors

    TimePeriod()

    Declaration
    public TimePeriod()

    Properties

    FromDate

    Gets or sets the beginning of the exception time

    Declaration
    public DateTime FromDate { get; set; }
    Property Value
    Type
    System.DateTime

    FromDateSpecified

    Checks whether the beginning of the exception time is specified

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

    ToDate

    Gets os sets the end of the exception time

    Declaration
    public DateTime ToDate { get; set; }
    Property Value
    Type
    System.DateTime

    ToDateSpecified

    Checks whether the end of the exception time is specified

    Declaration
    public bool ToDateSpecified { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved