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


MVPSI.JAMS Namespace > DeltaTimeConverter Class > ConvertFrom Method : ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
The object to convert to a DeltaTime
Convert the passed object to a DeltaTime
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 DeltaTimeConverter
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 object to convert to a DeltaTime

Return Value

The new DeltaTime
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

DeltaTimeConverter Class
DeltaTimeConverter Members
Overload List