Click or drag to resize
RecurrenceRuleConverter Methods

The RecurrenceRuleConverter type exposes the following members.

Methods
  Name Description
Public method CanConvertFrom
Overloaded. Returns whether this converter can convert an object of one type to the type of this converter.
(Overrides TypeConverterCanConvertFrom(ITypeDescriptorContext, Type).)
Public method CanConvertTo
Overloaded. Returns whether this converter can convert the object to the specified type.
(Overrides TypeConverterCanConvertTo(ITypeDescriptorContext, Type).)
Public method ConvertFrom
Overloaded. Converts the given value to the type of this converter.
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public method ConvertTo
Overloaded. Converts the given value object to the specified type.
(Overrides TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public method IsValid
Overloaded. Returns whether the given value object is valid for this type.
(Overrides TypeConverterIsValid(ITypeDescriptorContext, Object).)
Top
See Also