ServiceAgreementEndDateTime Property |
End date and time of the validity of the agreement. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime EndDateTime { get; set; }
Public Property EndDateTime As DateTime
Get
Set
public:
property DateTime^ EndDateTime {
DateTime^ get ();
void set (DateTime^ value);
}
member EndDateTime : DateTime with get, set
Property Value
Type:
DateTime
See Also