ArcFM Responder Mobile Developer Guide
SysDate Property






Syntax
'Declaration
 
Public MustOverride ReadOnly Property SysDate As System.String
'Usage
 
Dim instance As DataSyntax
Dim value As System.String
 
value = instance.SysDate
public abstract System.string SysDate {get;}
public read-only property SysDate: System.String; abstract; 
public __abstract function get SysDate : System.String
public: __property abstract System.string* get_SysDate();
public:
abstract property System.String^ SysDate {
   System.String^ get();
}
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

DataSyntax Class
DataSyntax Members

Send Feedback