DateTimeValue Property

MSBuild

Gets the internal time value.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property DateTimeValue As Date
C#
public DateTime DateTimeValue { get; }
C++
public property DateTime DateTimeValue sealed  {
    DateTime get();
}
J#
/** property */
public DateTime get_DateTimeValue();
JScript
public function get DateTimeValue() : DateTime

See Also

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