Intersoft WebScheduler Documentation
ConvertFrom(Object) Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerDateTimeConverter Class > ConvertFrom Method : ConvertFrom(Object) Method






value

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Function ConvertFrom( _
   ByVal value As System.Object _
) As System.Object
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerDateTimeConverter
Dim value As System.Object
Dim value As System.Object
 
value = instance.ConvertFrom(value)
C# 
public System.object ConvertFrom( 
   System.object value
)
Delphi 
public function ConvertFrom( 
    value: System.TObject
): System.TObject; 
JScript 
public function ConvertFrom( 
   value : System.Object
) : System.Object;
Managed Extensions for C++ 
public: System.Object* ConvertFrom( 
   System.Object* value
) 
C++/CLI 
public:
System.Object^ ConvertFrom( 
   System.Object^ value
) 

Parameters

value

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

©2013 Intersoft Solutions Corp. All Rights Reserved.