DateParser.GetCvsDateString Method
Create a cvs date string given the date time.
[Visual Basic]Public Shared Function GetCvsDateString( _
ByVal
date As
Date _
) As
String Parameters
- date
- The date to convert to a string.
Return Value
The date as a cvs formatted date string.
See Also
DateParser Class | ICSharpCode.SharpCvsLib.Util Namespace