SecondsToTimeSpanConverter.Convert(UInt32, Object, CultureInfo) Method
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.
protected:
override TimeSpan Convert(System::UInt32 seconds, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override TimeSpan Convert (uint seconds, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : uint32 * obj * System.Globalization.CultureInfo -> TimeSpan
Protected Overrides Function Convert (seconds As UInteger, parameter As Object, culture As CultureInfo) As TimeSpan
Parameters
- seconds
- UInt32
- parameter
- Object
- culture
- CultureInfo