ManagedAssetScheduledMaintenanceDate Property |
The date, when the maintenance is planned. null means, that the plan is not related to date, but to tracked parameter value. If both date and parameter are specified, the maintenance is performed when any of the conditions is met. [Filter(multi eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> Date { get; set; }
Public Property Date As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ Date {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member Date : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also