Share via


HoursToTimeSpanConverter Class

Definition

Microsoft internal use only.

public ref class HoursToTimeSpanConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::UInt32, TimeSpan>
[Windows::Foundation::Metadata::WebHostHidden]
class HoursToTimeSpanConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<unsigned int, TimeSpan>
public class HoursToTimeSpanConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<uint,TimeSpan>
type HoursToTimeSpanConverter = class
    inherit ValueConverter<uint32, TimeSpan>
Public Class HoursToTimeSpanConverter
Inherits ValueConverter(Of UInteger, TimeSpan)
Inheritance
HoursToTimeSpanConverter

Constructors

Name Description
HoursToTimeSpanConverter()

Microsoft internal use only.

Methods

Name Description
Convert(Object, Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
Convert(TSource, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
Convert(UInt32, Object, CultureInfo)

Microsoft internal use only.

ConvertBack(Object, Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
ConvertBack(TimeSpan, Object, CultureInfo)

Microsoft internal use only.

ConvertBack(TTarget, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)

Applies to