Class DateTimePickerStep
Inheritance
System.Object
DateTimePickerStep
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class DateTimePickerStep : ValueType
Constructors
DateTimePickerStep(Int32, Int32, Int32, Int32, Int32, Int32)
Declaration
public DateTimePickerStep(int year, int month, int day, int hour, int minute, int second)
Parameters
|
System.Int32
year
|
|
System.Int32
month
|
|
System.Int32
day
|
|
System.Int32
hour
|
|
System.Int32
minute
|
|
System.Int32
second
|
Fields
Default
Properties
Day
Declaration
public int Day { get; }
Property Value
|
System.Int32
|
Hour
Declaration
public int Hour { get; }
Property Value
|
System.Int32
|
Minute
Declaration
public int Minute { get; }
Property Value
|
System.Int32
|
Month
Declaration
public int Month { get; }
Property Value
|
System.Int32
|
Second
Declaration
public int Second { get; }
Property Value
|
System.Int32
|
Year
Declaration
public int Year { get; }
Property Value
|
System.Int32
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
|
System.Int32
|
Operators
Equality(DateTimePickerStep, DateTimePickerStep)
Declaration
public static bool operator ==(DateTimePickerStep step1, DateTimePickerStep step2)
Parameters
|
DateTimePickerStep
step1
|
|
DateTimePickerStep
step2
|
Returns
|
System.Boolean
|
Inequality(DateTimePickerStep, DateTimePickerStep)
Declaration
public static bool operator !=(DateTimePickerStep step1, DateTimePickerStep step2)
Parameters
|
DateTimePickerStep
step1
|
|
DateTimePickerStep
step2
|
Returns
|
System.Boolean
|