ServiceAgreementLineLineStartDateTime Property |
The starting date and time of the agreement coverage for the current line. [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 LineStartDateTime { get; set; }
Public Property LineStartDateTime As DateTime
Get
Set
public:
property DateTime^ LineStartDateTime {
DateTime^ get ();
void set (DateTime^ value);
}
member LineStartDateTime : DateTime with get, set
Property Value
Type:
DateTime
See Also