PrintDateTimeProperty.Implicit(PrintDateTimeProperty to ValueType) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供从指向 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 对象。