TimeSpanRangeTypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public override object ConvertTo(
ITypeDescriptorContext context,
CultureInfo culture,
object value,
Type destinationType
)
Parameters
Name | Type |
---|---|
context | ITypeDescriptorContext |
culture | CultureInfo |
value | Object |
destinationType | Type |
Returns
Type |
---|
Object |
See Also