ArcFM Responder Mobile Developer Guide
TimeCreated Property (SwitchingOrdersArchiveObject)






Syntax
'Declaration
 
Public Property TimeCreated As System.Nullable(Of Date)
'Usage
 
Dim instance As SwitchingOrdersArchiveObject
Dim value As System.Nullable(Of Date)
 
instance.TimeCreated = value
 
value = instance.TimeCreated
public System.Nullable<DateTime> TimeCreated {get; set;}
public read-write property TimeCreated: System.Nullable; 
public function get,set TimeCreated : System.Nullable
public: __property System.Nullable<DateTime> get_TimeCreated();
public: __property void set_TimeCreated( 
   System.Nullable<DateTime> value
);
public:
property System.Nullable<DateTime> TimeCreated {
   System.Nullable<DateTime> get();
   void set (    System.Nullable<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

SwitchingOrdersArchiveObject Class
SwitchingOrdersArchiveObject Members

Send Feedback