Bridge

Convert..::..ToChar Method (DateTime)

Calling this method always throws InvalidCastException.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static char ToChar(
	DateTime value
)
<TemplateAttribute> _
Public Shared Function ToChar ( _
	value As DateTime _
) As Char
[TemplateAttribute]
public:
static wchar_t^ ToChar(
	DateTime^ value
)

Parameters

value
Type: System..::..DateTime