IAppointmentDuration Property |
duration of appointment - in minutes
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint Duration { get; set; }
Property Duration As Integer
Get
Set
Dim instance As IAppointment
Dim value As Integer
value = instance.Duration
instance.Duration = value
property int Duration {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also