[]
Configurates Mask. Sets a mask to use while the user is editing.
public InputTimeBuilder<T> Mask(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
InputTimeBuilder<T> | Current builder. |
If specified, the mask must be compatible with the value of the Format property. For example, you can use the mask '99:99 >LL' for entering short times (format 't').