NAnt SDK Documentation - v0.92 |
|
AbstractCvsTask.ToCvsDateTimeString Method
Converts a date value to a string representation that can be interpreted by cvs.
[Visual Basic]
Protected Function ToCvsDateTimeString( _
ByVal
item As
Date _
) As
String
Parameters
-
item
- Date to convert.
Return Value
String interpretation of item.
See Also
AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace