LongDate Property

MSBuild

Gets the value of this instance to its equivalent long date string representation.


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

Syntax

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

See Also

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