Gets or sets the a value indicating whether the Weekday object should be used as
a working day.
Syntax
Visual Basic (Declaration) | |
---|
Public Property IsWorkingDay As Boolean
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WeekDay
Dim value As Boolean
instance.IsWorkingDay = value
value = instance.IsWorkingDay
|
C# | |
---|
public bool IsWorkingDay {get; set;}
|
C++/CLI | |
---|
public:
property bool IsWorkingDay {
bool get();
void set ( bool value);
}
|
Property Value
true if the WeekDay is a working day; otherwise, false. The default is
false.
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