Ticks Property

MSBuild

Gets the number of ticks that represent the date and time of this instance.


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

Syntax

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

See Also

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