PrintDateTimeProperty.Implicit(PrintDateTimeProperty to ValueType) Operator

Definition

Provides implicit conversion from a pointer to a PrintDateTimeProperty to a 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

Parameters

attribRef
PrintDateTimeProperty

The object that is converted.

Returns

The PrintDateTimeProperty object converted to a DateTime object.

Applies to