MillisecondsToTimeSpanConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only.
public ref class MillisecondsToTimeSpanConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::UInt32, TimeSpan>
[Windows::Foundation::Metadata::WebHostHidden]
class MillisecondsToTimeSpanConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<unsigned int, TimeSpan>
public class MillisecondsToTimeSpanConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<uint,TimeSpan>
type MillisecondsToTimeSpanConverter = class
inherit ValueConverter<uint32, TimeSpan>
Public Class MillisecondsToTimeSpanConverter
Inherits ValueConverter(Of UInteger, TimeSpan)
- Inheritance
Constructors
MillisecondsToTimeSpanConverter() |
Microsoft internal use only. |
Methods
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>) |