次の方法で共有


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 オブジェクト。

適用対象