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 |