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






Gets or sets the date time format for today.

Syntax

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

Remarks

The format of Date Title in calendar can easily be customized. There are three properties that you can use to configure dates format in calendar as follows:

  • TodayDateFormat
    The date time format that will be used as the calendar's Today date string format. The default value is {0:dddd, MMMM d, yyyy}.  

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.