 | VintageStartDate Property |
[This is preliminary documentation and is subject to change.]
The vintage start date
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic DateTime StartDate { get; set; }
Public Property StartDate As DateTime
Get
Set
Dim instance As Vintage
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
function get StartDate () : DateTime
function set StartDate (value : DateTime)
function get_StartDate();
function set_StartDate(value);
Property Value
Type:
DateTime
See Also