[]
Provides conversion between DateTimeRange and string.
public class DateTimeRangeConverter : TypeConverter
Public Class DateTimeRangeConverter
Inherits TypeConverter
| Name | Description |
|---|---|
| DateTimeRangeConverter() |
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) | Determines whether this converter can convert an object of the given type to a DateTimeRange. |
| CanConvertTo(ITypeDescriptorContext, Type) | Determines whether this converter can convert a DateTimeRange to the specified type. |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, object) | Converts the specified object to a DateTimeRange. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Converts the specified DateTimeRange to another representation. |