OperationCompleted - свойство
Дата и время окончания операции в UTC
или null, если операция ещё не завершена.
Пространство имён: Tessa.Platform.OperationsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public DateTime? Completed { get; set; }
Public Property Completed As DateTime?
Get
Set
public:
virtual property Nullable<DateTime> Completed {
Nullable<DateTime> get () sealed;
void set (Nullable<DateTime> value) sealed;
}
abstract Completed : Nullable<DateTime> with get, set
override Completed : Nullable<DateTime> with get, set
NullableDateTimeIOperationCompleted