ArcFM Responder Mobile Developer Guide
TimeStamp Property (IMMMobileObject2)






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

IMMMobileObject2 Interface
IMMMobileObject2 Members

Send Feedback