Intersoft WebScheduler Documentation
HighlightTodayDate Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerViewSettings Class : HighlightTodayDate Property






Glossary Item Box

Indicates whether WebScheduler should highlight today date. Indicates whether WebScheduler should highlight today's date.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Indicates whether WebScheduler should highlight today date.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Behavior")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property HighlightTodayDate As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerViewSettings
Dim value As System.Boolean
 
instance.HighlightTodayDate = value
 
value = instance.HighlightTodayDate
C# 
[System.ComponentModel.DescriptionAttribute("Indicates whether WebScheduler should highlight today date.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.bool HighlightTodayDate {get; set;}
Delphi 
public read-write property HighlightTodayDate: System.Boolean; 
JScript 
System.ComponentModel.DescriptionAttribute("Indicates whether WebScheduler should highlight today date.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Behavior")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set HighlightTodayDate : System.boolean
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Indicates whether WebScheduler should highlight today date.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.bool get_HighlightTodayDate();
public: __property void set_HighlightTodayDate( 
   System.bool value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Indicates whether WebScheduler should highlight today date.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.bool HighlightTodayDate {
   System.bool get();
   void set (    System.bool value);
}

Property Value

The default value is True.

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.