SharpCvsLib

DateParser.GetCvsDateString Method 

Create a cvs date string given the date time.

[Visual Basic]
Public Shared Function GetCvsDateString( _
   ByVal date As Date _
) As String
[C#]
public static string GetCvsDateString(
   DateTime date
);

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