TasksToRunRunTime Property |
Gets or sets the run time.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public DateTime RunTime { get; set; }
Public Property RunTime As DateTime
Get
Set
public:
property DateTime RunTime {
DateTime get ();
void set (DateTime value);
}
member RunTime : DateTime with get, set
Property Value
Type:
DateTimeThe run time.
See Also