OperatorStartingDate Property |
The first date, when the operator has started working for this POS location. [Required] [Filter(multi eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pos
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime StartingDate { get; set; }
Public Property StartingDate As DateTime
Get
Set
public:
property DateTime^ StartingDate {
DateTime^ get ();
void set (DateTime^ value);
}
member StartingDate : DateTime with get, set
Property Value
Type:
DateTime
See Also