ArcFM Responder Mobile Developer Guide
SetSnapshotDate Property






The time at which the status object was created
Syntax
'Declaration
 
Public Property SetSnapshotDate As System.Date
'Usage
 
Dim instance As DeviceStatus
Dim value As System.Date
 
instance.SetSnapshotDate = value
 
value = instance.SetSnapshotDate
public System.DateTime SetSnapshotDate {get; set;}
public read-write property SetSnapshotDate: System.DateTime; 
public function get,set SetSnapshotDate : System.DateTime
public: __property System.DateTime get_SetSnapshotDate();
public: __property void set_SetSnapshotDate( 
   System.DateTime value
);
public:
property System.DateTime SetSnapshotDate {
   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

DeviceStatus Class
DeviceStatus Members

Send Feedback