Intersoft WebScheduler Documentation
DateFormatString Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerMonthView Class : DateFormatString Property






Glossary Item Box

Specifies DateFormatString for MonthView. Specifies DateFormatString for MonthView.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Month View")>
<System.ComponentModel.DescriptionAttribute("Specifies DateFormatString for MonthView.")>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Overrides Property DateFormatString As System.String
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerMonthView
Dim value As System.String
 
instance.DateFormatString = value
 
value = instance.DateFormatString
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Month View")]
[System.ComponentModel.DescriptionAttribute("Specifies DateFormatString for MonthView.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public override System.string DateFormatString {get; set;}
Delphi 
public read-write property DateFormatString: System.String; override; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Month View")
System.ComponentModel.DescriptionAttribute("Specifies DateFormatString for MonthView.")
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public override function get,set DateFormatString : System.String
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Month View")]
[System.ComponentModel.DescriptionAttribute("Specifies DateFormatString for MonthView.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.string* get_DateFormatString() override;
public: __property void set_DateFormatString( 
   System.string* value
) override;
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Month View")]
[System.ComponentModel.DescriptionAttribute("Specifies DateFormatString for MonthView.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.String^ DateFormatString {
   System.String^ get() override;
   void set (    System.String^ value) override;
}

Property Value

The default value is MMM yyyy.

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

©2013 Intersoft Solutions Corp. All Rights Reserved.