Summary
Converts a date value to a string representation that can be
interpreted by cvs.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- AbstractCvsTask
Syntax
protected string ToCvsDateTimeString(DateTime item)
Parameters
Name | Type | Description |
---|---|---|
item | DateTime | Date to convert. |
Return Value
Type | Description |
---|---|
string | String interpretation of item. |