The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DateTimeOffsetConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Converts the specified object to a DateTimeOffset.
Assembly: System (in System.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
The date format context.
- culture
-
Type:
System.Globalization::CultureInfo^
The date culture.
- value
-
Type:
System::Object^
The object to be converted.
| Exception | Condition |
|---|---|
| NotSupportedException | The conversion cannot be performed. |
.NET Framework
Available since 2.0
Available since 2.0
Show: