PrintDateTimeProperty.Implicit(PrintDateTimeProperty to ValueType) Operatore

Definizione

Fornisce la conversione implicita da un puntatore a un PrintDateTimeProperty oggetto a un oggetto DateTime.

public:
 static operator ValueType ^(System::Printing::IndexedProperties::PrintDateTimeProperty ^ attribRef);
public static implicit operator ValueType(System.Printing.IndexedProperties.PrintDateTimeProperty attribRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintDateTimeProperty -> ValueType
Public Shared Widening Operator CType (attribRef As PrintDateTimeProperty) As ValueType

Parametri

attribRef
PrintDateTimeProperty

Oggetto convertito.

Valori restituiti

Oggetto PrintDateTimeProperty convertito in un DateTime oggetto .

Si applica a