ActivityTimeIntervalStartTime Property |
The starting time of the time interval within 'Date'. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TimeSpan StartTime { get; set; }
Public Property StartTime As TimeSpan
Get
Set
public:
property TimeSpan^ StartTime {
TimeSpan^ get ();
void set (TimeSpan^ value);
}
member StartTime : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also