Intersoft WebScheduler Documentation
FirstWeekOfYear Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerCalendarSettings Class : FirstWeekOfYear Property






Glossary Item Box

Specifies the calendar's first week of year. Specifies the calendar's first week of year.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Specifies the calendar's first week of year.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Calendar")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property FirstWeekOfYear As WebSchedulerFirstWeekOfYear
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerCalendarSettings
Dim value As WebSchedulerFirstWeekOfYear
 
instance.FirstWeekOfYear = value
 
value = instance.FirstWeekOfYear
C# 
[System.ComponentModel.DescriptionAttribute("Specifies the calendar's first week of year.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Calendar")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public WebSchedulerFirstWeekOfYear FirstWeekOfYear {get; set;}
Delphi 
public read-write property FirstWeekOfYear: WebSchedulerFirstWeekOfYear; 
JScript 
System.ComponentModel.DescriptionAttribute("Specifies the calendar's first week of year.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Calendar")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set FirstWeekOfYear : WebSchedulerFirstWeekOfYear
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Specifies the calendar's first week of year.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Calendar")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property WebSchedulerFirstWeekOfYear get_FirstWeekOfYear();
public: __property void set_FirstWeekOfYear( 
   WebSchedulerFirstWeekOfYear value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Specifies the calendar's first week of year.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Calendar")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property WebSchedulerFirstWeekOfYear FirstWeekOfYear {
   WebSchedulerFirstWeekOfYear get();
   void set (    WebSchedulerFirstWeekOfYear value);
}

Property Value

The default value is First4DayWeek.

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.