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

ReferenceBase.GetTimestamp Method 

[This is preliminary documentation and subject to change.]

Gets the timestamp of the reference.

[Visual Basic]
MustOverride Public Function GetTimestamp( _
   ByVal solutionConfiguration As String _
) As Date
[C#]
public abstract 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.ReferenceBase.GetTimestamp(System.String)

See Also

ReferenceBase Class | NAnt.VSNet Namespace