DocumentGenerationTParent, TOrderItem, TSubDocumentTotalTime Property |
Gets the total time of the generation including post processing time.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TimeSpan TotalTime { get; }
Public ReadOnly Property TotalTime As TimeSpan
Get
public:
virtual property TimeSpan^ TotalTime {
TimeSpan^ get () sealed;
}
abstract TotalTime : TimeSpan with get
override TotalTime : TimeSpan with get
Property Value
Type:
TimeSpan
The total time.
Implements
IDocumentGenerationTotalTime
See Also