DateTimeRange.ToString Method
| Name | Parameters | Description |
|---|---|---|
| ToString() | none | Returns a string that represents the range. |
| ToString(IFormatProvider) | provider | Returns a string that represents the range and formatted using the specified culture-specific formatting information. |
| ToString(String, IFormatProvider) | format, provider | Returns a string that represents the range and formatted using the specified format string and culture-specific formatting information. |