ProjectTaskStartDateTime Property |
The date and time when the task is planned to start. [Required] [Default(Now)] [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime StartDateTime { get; set; }
Public Property StartDateTime As DateTime
Get
Set
public:
property DateTime^ StartDateTime {
DateTime^ get ();
void set (DateTime^ value);
}
member StartDateTime : DateTime with get, set
Property Value
Type:
DateTime
See Also