Spread Windows Forms 10.0 Product Documentation
Hour12Mode Property (DateShortHourDisplayField)


Gets or sets a value indicating whether hour 0 displayed as hour 12.
Syntax
'Declaration
 
Public Property Hour12Mode As Hour12Mode
'Usage
 
Dim instance As DateShortHourDisplayField
Dim value As Hour12Mode
 
instance.Hour12Mode = value
 
value = instance.Hour12Mode
public Hour12Mode Hour12Mode {get; set;}

Property Value

A Hour12Mode enumeration indicates how we represents the hour 12 in duodecimal hour format. The default value is GrapeCity.Win.Spread.InputMan.CellType.Hour12Mode.Hour0As12.
Remarks
The property retrieves the short hour display mode.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

DateShortHourDisplayField Class
DateShortHourDisplayField Members

 

 


Copyright © GrapeCity, inc. All rights reserved.