Version

TypeConversionForManualDateTime Method

Syntax
'Declaration
 
Protected Function TypeConversionForManualDateTime( _
   ByRef oValueIn As System.Object, _
   ByVal tAssignToType As System.Type _
) As System.Boolean
protected System.bool TypeConversionForManualDateTime( 
   ref System.object oValueIn,
   System.Type tAssignToType
)
protected: System.bool TypeConversionForManualDateTime( 
   ref System.Object* oValueIn,
   System.Type* tAssignToType
) 

Parameters

oValueIn
tAssignToType
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