TimeSpanSecondsOrInfiniteConverter Constructor

Definition

Initializes a new instance of the TimeSpanSecondsOrInfiniteConverter class.

public:
 TimeSpanSecondsOrInfiniteConverter();
public TimeSpanSecondsOrInfiniteConverter ();
Public Sub New ()

Remarks

Normally, you use the converter types provided by the system. The only time you need to use the TimeSpanSecondsOrInfiniteConverter constructor is when you create your own conversion type.

Applies to