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

被轉換的物件。

傳回

已轉換為 DateTime 物件的 PrintDateTimeProperty 物件。

適用於