[]
        
(Showing Draft Content)

C1.Win.Calendar.DateTimeRangeConverter.CanConvertTo

CanConvertTo Method

CanConvertTo(ITypeDescriptorContext, Type)

Determines whether this converter can convert a DateTimeRange to the specified type.

Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Public Overrides Function CanConvertTo(context As ITypeDescriptorContext, destinationType As Type) As Boolean
Parameters
Type Name Description
ITypeDescriptorContext context

The type descriptor context.

Type destinationType

The type to convert to.

Returns
Type Description
bool

true if destinationType is a string; otherwise, defers to the base implementation.

Overrides