 | PartialJobSearchCriteriaEntityEndDate Property |
Gets or sets the end date.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Customer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTimeOffset> EndDate { get; set; }
Public Property EndDate As Nullable(Of DateTimeOffset)
Get
Set
Property Value
Type:
NullableDateTimeOffset
The end date.
See Also