Click or drag to resize

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
Syntax
public Nullable<DateTime> Date { get; set; }

Property Value

Type: NullableDateTime
See Also