[]
        
(Showing Draft Content)

C1.Win.Calendar.DateTimeRangeConverter

DateTimeRangeConverter Class

Provides conversion between DateTimeRange and string.

Inheritance
DateTimeRangeConverter
Namespace: C1.Win.Calendar
Assembly: C1.Win.Calendar.10.dll
Syntax
public class DateTimeRangeConverter : TypeConverter
Public Class DateTimeRangeConverter
    Inherits TypeConverter

Constructors

Name Description
DateTimeRangeConverter()

Methods

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.