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 |
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;} |
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