  | ConverterToDateTimeLegacy Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax[ObsoleteAttribute("Use ToDateTime instead")]
public static DateTime ToDateTimeLegacy(
	Object value
)<ObsoleteAttribute("Use ToDateTime instead")>
Public Shared Function ToDateTimeLegacy ( 
	value As Object
) As DateTimeParameters
- value
 - Type: SystemObject
 
Return Value
Type: 
DateTime
See Also