 |
VoucherTimestamp Property |
Used to prevent overwriting previously saved data.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic Nullable<DateTime> Timestamp { get; set; }
Public Property Timestamp As Nullable(Of DateTime)
Get
Set
Dim instance As Voucher
Dim value As Nullable(Of DateTime)
value = instance.Timestamp
instance.Timestamp = value
Property Value
Type:
NullableDateTime
Timestamp As DateTime?.
Remarks Note |
---|
|
See Also