TimeOfDayConverter.CanConvert(Type) Method

Definition

Checks if the given type can be converted to a TimeOfDay.

public override bool CanConvert (Type objectType);
override this.CanConvert : Type -> bool
Public Overrides Function CanConvert (objectType As Type) As Boolean

Parameters

objectType
Type

The object type.

Returns

True if the object is type match of TimeOfDay.

Applies to