[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputTimeBuilder-1.Mask

Mask Method

Mask(string)

Configurates Mask. Sets a mask to use while the user is editing.

Declaration
public InputTimeBuilder<T> Mask(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
InputTimeBuilder<T>

Current builder.

Remarks

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').