IAppointmentDone Property |
date+time when task was completed.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime Done { get; set; }
Property Done As DateTime
Get
Set
Dim instance As IAppointment
Dim value As DateTime
value = instance.Done
instance.Done = value
property DateTime Done {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTime
See Also