 | VintageEndDate Property |
[This is preliminary documentation and is subject to change.]
the vintage end date (null when it is the last vintage defined in the system for the connected customer)
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic Nullable<DateTime> EndDate { get; set; }
Public Property EndDate As Nullable(Of DateTime)
Get
Set
Dim instance As Vintage
Dim value As Nullable(Of DateTime)
value = instance.EndDate
instance.EndDate = value
function get EndDate () : Nullable<DateTime>
function set EndDate (value : Nullable<DateTime>)
function get_EndDate();
function set_EndDate(value);
Property Value
Type:
NullableDateTime
See Also