DayOfWeek Property

MSBuild

Gets the day of the week represented by this instance.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Output>
Public ReadOnly Property DayOfWeek As String
C#
[Output]
public string DayOfWeek { get; }
C++
[Output]
public property string DayOfWeek sealed  {
    String get();
}
J#
/** @attribute Output() */
/** property */
public string get_DayOfWeek();
JScript
public function get DayOfWeek() : String

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.