DateTimeMaskOptions Members
Contains settings specific to date-time masks.Constructors
| Name | Description |
|---|---|
| DateTimeMaskOptions() | Initializes a new instance of the DateTimeMaskOptions class. |
Fields
| Name | Description |
|---|---|
| ChangeNextPartOnCycleValueChangeProperty static | Identifies the ChangeNextPartOnCycleValueChange attached property. |
| DateTimeKindProperty static | Identifies the DateTimeKind attached property. |
Methods
| Name | Description |
|---|---|
| GetChangeNextPartOnCycleValueChange(DependencyObject) static | Get the value of the DateTimeMaskOptions.ChangeNextPartOnCycleValueChange attached property to a specified DateTimeMaskOptions. |
| GetDateTimeKind(DependencyObject) static | Get the value of the DateTimeMaskOptions.DateTimeKind attached property to a specified DateTimeMaskOptions. |
| SetChangeNextPartOnCycleValueChange(DependencyObject, Nullable<Boolean>) static | Set the value of the DateTimeMaskOptions.ChangeNextPartOnCycleValueChange attached property to a specified DateTimeMaskOptions. |
| SetDateTimeKind(DependencyObject, Nullable<DateTimeKind>) static | Set the value of the DateTimeMaskOptions.DateTimeKind attached property to a specified DateTimeMaskOptions. |
Attached Properties
| Name | Description |
|---|---|
| ChangeNextPartOnCycleValueChange static | Gets or sets whether a neighboring segment value should increase when a user spins through values of one mask segment and its value passes the minimum or maximum threshold. This is an attached property. |
| DateTimeKind static | Gets or sets the time format: local time, Coordinated Universal Time (UTC), or neither. |
See Also