ArcFM Responder Mobile Developer Guide
UTCDate Property






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