Online and CHM
AnalysisEndDateTime Property



KellermanSoftware.StaticCodeAnalysis Namespace > QualityResult Class : AnalysisEndDateTime Property
The date and time with the analysis ended
Syntax
'Declaration
 
Public Property AnalysisEndDateTime As Date
'Usage
 
Dim instance As QualityResult
Dim value As Date
 
instance.AnalysisEndDateTime = value
 
value = instance.AnalysisEndDateTime
public DateTime AnalysisEndDateTime {get; set;}
public:
property DateTime AnalysisEndDateTime {
   DateTime get();
   void set (    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

QualityResult Class
QualityResult Members