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






Glossary Item Box

Determines the DateFormatString in AgendaView. Determines the DateFormatString in AgendaView.

Syntax

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

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.