BCGControlBar Library for .NET
Has24HoursFormat Property




Specifies if the value of “Hour” field can be changed from 0 to 23. The field with AM or PM abbreviated text is not visible.
The default value is false.
Syntax
'Declaration
 
Public Property Has24HoursFormat As Boolean
'Usage
 
Dim instance As ToolbarDateTimeControl
Dim value As Boolean
 
instance.Has24HoursFormat = value
 
value = instance.Has24HoursFormat
public bool Has24HoursFormat {get; set;}
public: __property bool get_Has24HoursFormat();
public: __property void set_Has24HoursFormat( 
   bool value
);
public:
property bool Has24HoursFormat {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolbarDateTimeControl Class
ToolbarDateTimeControl Members

Send Feedback