Specifies the DateFormatString for MonthView.
Specifies DateFormatString for QuarterView.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Specifies the DateFormatString for QuarterView.")>
<System.ComponentModel.CategoryAttribute("Quarter View")>
Public Overrides Property DateFormatString As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerQuarterView
Dim value As System.String
instance.DateFormatString = value
value = instance.DateFormatString |
C# | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Specifies the DateFormatString for QuarterView.")]
[System.ComponentModel.CategoryAttribute("Quarter View")]
public override System.string DateFormatString {get; set;} |
Delphi | |
---|
public read-write property DateFormatString: System.String; override; |
JScript | |
---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Specifies the DateFormatString for QuarterView.")
System.ComponentModel.CategoryAttribute("Quarter View")
public override function get,set DateFormatString : System.String |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Specifies the DateFormatString for QuarterView.")]
[System.ComponentModel.CategoryAttribute("Quarter View")]
public: __property System.string* get_DateFormatString() override;
public: __property void set_DateFormatString(
System.string* value
) override; |
C++/CLI | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Specifies the DateFormatString for QuarterView.")]
[System.ComponentModel.CategoryAttribute("Quarter View")]
public:
property System.String^ DateFormatString {
System.String^ get() override;
void set ( System.String^ value) override;
} |
Property Value
The default value is [quarter] [year].
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