 | ReceiptEntityPaperWorkReviewDateTime Property |
Gets or sets the paper work review date time.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Weighing
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTimeOffset> PaperWorkReviewDateTime { get; set; }
Public Property PaperWorkReviewDateTime As Nullable(Of DateTimeOffset)
Get
Set
Property Value
Type:
NullableDateTimeOffset
The paper work review date time.
See Also