Spread for ASP.NET 11 Product Documentation
AcceptAMPM Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > MaskedEditCellType Class : AcceptAMPM Property
Gets or sets whether to accept AM and PM for the mask cell.
Syntax
'Declaration
 
Public Property AcceptAMPM As Boolean
'Usage
 
Dim instance As MaskedEditCellType
Dim value As Boolean
 
instance.AcceptAMPM = value
 
value = instance.AcceptAMPM
public bool AcceptAMPM {get; set;}

Property Value

Boolean: true to accept AM-PM setting; false otherwise
See Also

Reference

MaskedEditCellType Class
MaskedEditCellType Members