Gets the date the result occurred

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DateTime ErrorDate { get; }
Visual Basic (Declaration)
Public ReadOnly Property ErrorDate As DateTime
Visual C++
public:
property DateTime ErrorDate {
	DateTime get ();
}

Field Value

The date the result occurred

Remarks

See Also