Click or drag to resize
aErrorPreconditionEnd Property
Gets the time the method completes successfully.

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public Nullable<DateTime> End { get; set; }

Property Value

Type: NullableDateTime
The time the method completes successfully.

Implements

IErrorPreconditionEnd
See Also