StructDateTimePickerStep
Represents a structure that defines the date or time amount used as an interval for seletable options of the RadDateTimePicker control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public struct DateTimePickerStep
Inherited Members
Constructors
DateTimePickerStep(int, int, int, int, int, int)
Initializes a new instance of the DateTimePickerStep struct.
Declaration
public DateTimePickerStep(int year, int month, int day, int hour, int minute, int second)
Parameters
year
The year interval.
month
The month interval.
day
The day interval.
hour
The hour interval.
minute
The minute interval.
second
The second interval.
Fields
Default
The default structure value with step equal to 1 for all the date/time components.
Declaration
public static readonly DateTimePickerStep Default
Field Value
Properties
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
Operators
operator !=(DateTimePickerStep, DateTimePickerStep)
Implements the operator !=.
Declaration
public static bool operator !=(DateTimePickerStep step1, DateTimePickerStep step2)
Parameters
step1
The first step.
step2
The second step.
Returns
The result of the operator.
operator ==(DateTimePickerStep, DateTimePickerStep)
Implements the operator ==.
Declaration
public static bool operator ==(DateTimePickerStep step1, DateTimePickerStep step2)
Parameters
step1
The first step.
step2
The second step.
Returns
The result of the operator.