menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TimeDrillDownBuilder

    Show / Hide Table of Contents

    Class TimeDrillDownBuilder

    Inheritance
    System.Object
    TimeDrillDownBuilder
    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.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TimeDrillDownBuilder

    Constructors

    TimeDrillDownBuilder(TimeDrillDown)

    Initializes a new instance of the TimeDrillDownBuilder class.

    Declaration
    public TimeDrillDownBuilder(TimeDrillDown timeDrillDown)
    Parameters
    Type Name Description
    TimeDrillDown timeDrillDown

    Methods

    AutoClose(Boolean)

    Specifies to close the popup automatically after choosing the time. Otherwise popup gets closed on focusout/choosing 'Time Now' button.

    Declaration
    public TimeDrillDownBuilder AutoClose(bool autoClose)
    Parameters
    Type Name Description
    System.Boolean autoClose
    Returns
    Type Description
    TimeDrillDownBuilder

    Enabled(Boolean)

    Specifies to enable/disable the time drilldown in DateTimePicker with specified boolean argument.

    Declaration
    public TimeDrillDownBuilder Enabled(bool enabled)
    Parameters
    Type Name Description
    System.Boolean enabled
    Returns
    Type Description
    TimeDrillDownBuilder

    Interval(Int32)

    Specifies the interval time (in minutes) on selected date.

    Declaration
    public TimeDrillDownBuilder Interval(int interval)
    Parameters
    Type Name Description
    System.Int32 interval
    Returns
    Type Description
    TimeDrillDownBuilder

    ShowFooter(Boolean)

    Specifies to show/hide the footer content in the DateTimePicker popup.

    Declaration
    public TimeDrillDownBuilder ShowFooter(bool showFooter)
    Parameters
    Type Name Description
    System.Boolean showFooter
    Returns
    Type Description
    TimeDrillDownBuilder

    ShowMeridian(Boolean)

    Specifies to show/hide the meridian with time in DateTimePicker with specified boolean argument.

    Declaration
    public TimeDrillDownBuilder ShowMeridian(bool showMeridian)
    Parameters
    Type Name Description
    System.Boolean showMeridian
    Returns
    Type Description
    TimeDrillDownBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved