OperationPostponed - свойство
Дата и время, до наступления которого операция отложена, или null, если операция не отложена.
Пространство имён: Tessa.Platform.OperationsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public DateTime? Postponed { get; set; }
Public Property Postponed As DateTime?
Get
Set
public:
virtual property Nullable<DateTime> Postponed {
Nullable<DateTime> get () sealed;
void set (Nullable<DateTime> value) sealed;
}
abstract Postponed : Nullable<DateTime> with get, set
override Postponed : Nullable<DateTime> with get, set
NullableDateTimeIOperationPostponed