Intersoft ClientUI Documentation
Culture Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimeEditor Class : Culture Property






Gets or sets the culture.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property Culture As CultureInfo
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimeEditor
Dim value As CultureInfo
 
instance.Culture = value
 
value = instance.Culture
C# 
[CategoryAttribute("Common Properties")]
public CultureInfo Culture {get; set;}
Delphi 
public read-write property Culture: CultureInfo; 
JScript 
CategoryAttribute("Common Properties")
public function get,set Culture : CultureInfo
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property CultureInfo* get_Culture();
public: __property void set_Culture( 
   CultureInfo* value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property CultureInfo^ Culture {
   CultureInfo^ get();
   void set (    CultureInfo^ value);
}

Remarks

The UXDateTimeEditor already support Culture by setting the Culture property to a CultureInfo object. Culture has affect on certain date time pattern. The most apperant one is Days in Week pattern and Long Month Name.

For example 22 December 2010 with F format in different culture:

  • en-US: Wednesday, December 22, 2010 8:09:50 PM
  • id-ID: 22 Desember 2010 20:09:50

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.