ArcFM Responder Mobile Developer Guide
CreateDate Property






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

IMMSession Interface
IMMSession Members

Send Feedback