JAMS Developer Guide
ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method


MVPSI.JAMS Namespace > TimeOfDayConverter Class > ConvertFrom Method : ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
The value to convert into a TimeOfDay.
Converts the passed value into a TimeOfDay.
Syntax
'Declaration
 
Public Overloads Overrides Function ConvertFrom( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal culture As System.Globalization.CultureInfo, _
   ByVal value As System.Object _
) As System.Object
'Usage
 
Dim instance As TimeOfDayConverter
Dim context As System.ComponentModel.ITypeDescriptorContext
Dim culture As System.Globalization.CultureInfo
Dim value As System.Object
Dim value As System.Object
 
value = instance.ConvertFrom(context, culture, value)
public override System.object ConvertFrom( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.Globalization.CultureInfo culture,
   System.object value
)

Parameters

context
culture
value
The value to convert into a TimeOfDay.

Return Value

The new TimeOfDay.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TimeOfDayConverter Class
TimeOfDayConverter Members
Overload List