DateTimeMaskOptions Methods
Contains settings specific to date-time masks.| 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. |
See Also