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