Share via


PrintDateTimeProperty.Implicit(PrintDateTimeProperty to ValueType) Operador

Definición

Proporciona la conversión implícita de un puntero a PrintDateTimeProperty en un valor de tipo 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

Parámetros

attribRef
PrintDateTimeProperty

Objeto que se convierte.

Devoluciones

Objeto PrintDateTimeProperty se convertido en un objeto DateTime.

Se aplica a