Spread Windows Forms 7.0 Product Documentation
Hour12Mode Property
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateShortHourDisplayFieldInfo Class : Hour12Mode Property


Glossary Item Box

Gets or sets a value that indicates whether the hour 0 is displayed as hour 12.

Syntax

Visual Basic (Declaration) 
Public Property Hour12Mode As Hour12Mode
Visual Basic (Usage)Copy Code
Dim instance As DateShortHourDisplayFieldInfo
Dim value As Hour12Mode
 
instance.Hour12Mode = value
 
value = instance.Hour12Mode
C# 
public Hour12Mode Hour12Mode {get; set;}

Property Value

A DateShortHourDisplayFieldInfo.Hour12Mode enumeration indicates how to represent the hour 12 in duodecimal hour format. The default value is Hour12Mode.Hour0As12.

Remarks

This property retrieves the short hour display mode.

Requirements

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

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.