NAnt SDK Documentation - v0.92

ProjectReferenceBase.GetTimestamp Method 

Gets the timestamp of the reference.

[Visual Basic]
Overrides Public Function GetTimestamp( _
   ByVal solutionConfiguration As Configuration _
) As Date
[C#]
public override DateTime GetTimestamp(
   Configuration solutionConfiguration
);

Parameters

solutionConfiguration
The solution configuration that is built.

Return Value

The timestamp of the reference.

See Also

ProjectReferenceBase Class | NAnt.VSNet Namespace