ArcFM Responder Mobile Developer Guide
Date Property (PxHistoryClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678282)>
Public Overridable Property Date As System.Date
'Usage
 
Dim instance As PxHistoryClass
Dim value As System.Date
 
instance.Date = value
 
value = instance.Date
[System.Runtime.InteropServices.DispId(1610678282)]
public virtual System.DateTime Date {get; set;}
public read-write property Date: System.DateTime; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678282)
public function get,set Date : System.DateTime
[System.Runtime.InteropServices.DispId(1610678282)]
public: __property virtual System.DateTime get_Date();
public: __property virtual void set_Date( 
   System.DateTime value
);
[System.Runtime.InteropServices.DispId(1610678282)]
public:
virtual property System.DateTime Date {
   System.DateTime get();
   void set (    System.DateTime value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PxHistoryClass Class
PxHistoryClass Members

Send Feedback