Skip to main content
All docs
V26.1
  • 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.

    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