[]
Determines whether this converter can convert an object of the given type to a DateTimeRange.
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Public Overrides Function CanConvertFrom(context As ITypeDescriptorContext, sourceType As Type) As Boolean
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | The type descriptor context. |
| Type | sourceType | The type to convert from. |
| Type | Description |
|---|---|
| bool | true if |