DateTimeOffsetConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 

Converts the specified object to a DateTimeOffset.

Namespace:   System.ComponentModel
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.

Return Value

Type: System::Object^

A DateTimeOffset that represents the specified object.

Exception Condition
NotSupportedException

The conversion cannot be performed.

.NET Framework
Available since 2.0
Return to top
Show: