ArcFM Responder Mobile Developer Guide
Date Property (IMMPxHistory)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678282)>
Property Date As System.Date
'Usage
 
Dim instance As IMMPxHistory
Dim value As System.Date
 
instance.Date = value
 
value = instance.Date
[System.Runtime.InteropServices.DispId(1610678282)]
System.DateTime Date {get; set;}
read-write property Date: System.DateTime; 
System.Runtime.InteropServices.DispIdAttribute(1610678282)
function get,set Date : System.DateTime
[System.Runtime.InteropServices.DispId(1610678282)]
__property System.DateTime get_Date();
__property void set_Date( 
   System.DateTime value
);
[System.Runtime.InteropServices.DispId(1610678282)]
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

IMMPxHistory Interface
IMMPxHistory Members

Send Feedback