ISuggestedAppointmentDaysFuture Property |
Returns how many days in the future (Starting from today) the date will Default to when creating an appointment based on this suggested appointment
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property DaysFuture As Integer
Get
Dim instance As ISuggestedAppointment
Dim value As Integer
value = instance.DaysFuture
property int DaysFuture {
int get ();
}
Property Value
Type:
Int32
See Also