LongTime Property

MSBuild

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


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

Syntax

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

See Also

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