ISuggestedAppointmentDuration Property |
Returns the default duration (in minutes) for an appointment created from this suggested appointment
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property Duration As Integer
Get
Dim instance As ISuggestedAppointment
Dim value As Integer
value = instance.Duration
property int Duration {
int get ();
}
Property Value
Type:
Int32
See Also