NET Email Validation
EndTime Property






KellermanSoftware.NetEmailValidation Namespace > Result Class : EndTime Property
The time validation ended for this email
Syntax
'Declaration
 
Public ReadOnly Property EndTime As System.Date
'Usage
 
Dim instance As Result
Dim value As System.Date
 
value = instance.EndTime
public System.DateTime EndTime {get;}
public read-only property EndTime: System.DateTime; 
public function get EndTime : System.DateTime
public: __property System.DateTime get_EndTime();
public:
property System.DateTime EndTime {
   System.DateTime 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

Result Class
Result Members