Intersoft WebGrid Documentation
DateFormat Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartPivotFilterConfig Class : DateFormat Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Format the date with custom format. This will override the pre-defined formatting.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("General")>
Public Property DateFormat As String
Visual Basic (Usage)Copy Code
Dim instance As ChartPivotFilterConfig
Dim value As String
 
instance.DateFormat = value
 
value = instance.DateFormat
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Format the date with custom format. This will override the pre-defined formatting.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
public string DateFormat {get; set;}
Delphi 
public read-write property DateFormat: String; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Format the date with custom format. This will override the pre-defined formatting.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
CategoryAttribute("General")
public function get,set DateFormat : String
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Format the date with custom format. This will override the pre-defined formatting.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
public: __property string* get_DateFormat();
public: __property void set_DateFormat( 
   string* value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Format the date with custom format. This will override the pre-defined formatting.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
public:
property String^ DateFormat {
   String^ get();
   void set (    String^ value);
}

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 Intersoft Solutions Corp. All Rights Reserved.