DocumentGenerationTParent, TOrderItem, TSubDocumentCommitTime Property |
Gets the commit time.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TimeSpan CommitTime { get; }
Public ReadOnly Property CommitTime As TimeSpan
Get
public:
virtual property TimeSpan^ CommitTime {
TimeSpan^ get () sealed;
}
abstract CommitTime : TimeSpan with get
override CommitTime : TimeSpan with get
Property Value
Type:
TimeSpan
The commit time.
Implements
IDocumentGenerationCommitTime
See Also