IInterestStartDate Property |
StartDate - not in use
Start-date for this interest. This property/field in the database is not yet implemented in SuperOffice CRM SIX, but the function is intended for later use. Do not use.
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxDateTime StartDate { get; set; }
Property StartDate As DateTime
Get
Set
Dim instance As IInterest
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
property DateTime StartDate {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTimeDate – formatted as short date format and time format, from the control panel.
Examples
See Also