Share via


PrintDateTimeProperty.Implicit(PrintDateTimeProperty to ValueType) 运算符

定义

提供从指向 PrintDateTimeProperty 的指针到 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

参数

attribRef
PrintDateTimeProperty

已转换的对象。

返回

PrintDateTimeProperty 对象转换为 DateTime 对象。

适用于