menu

WinForms

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

    Show / Hide Table of Contents

    Struct VisibleDate

    Visible date settings.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public struct VisibleDate

    Constructors

    VisibleDate(Int32, Int32, Int32)

    Initializes a new instance of the VisibleDate struct.

    Declaration
    public VisibleDate(int year, int month, int day)
    Parameters
    Type Name Description
    System.Int32 year

    Sets visible year.

    System.Int32 month

    Sets visible month.

    System.Int32 day

    Sets visible day.

    Fields

    VisibleDay

    Represents visible Day.

    Declaration
    public int VisibleDay
    Field Value
    Type
    System.Int32

    VisibleMonth

    Represents visible month.

    Declaration
    public int VisibleMonth
    Field Value
    Type
    System.Int32

    VisibleYear

    Represents visible year.

    Declaration
    public int VisibleYear
    Field Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved