| 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 DateTime
Parameters
- value
- Type: SystemObject
Return Value
Type:
DateTimeSee Also