NAnt SDK Documentation - v0.85-nightly-2005-11-09

WrapperReference.GetTimestamp Method 

[This is preliminary documentation and subject to change.]

Gets the timestamp of the reference.

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

Parameters

solutionConfiguration
The solution configuration that is built.

Return Value

The timestamp of the reference.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.WrapperReference.GetTimestamp(System.String)

See Also

WrapperReference Class | NAnt.VSNet Namespace