IAppointmentDoBy Property |
deadline for todo, starttime for appointment
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime DoBy { get; set; }
Property DoBy As DateTime
Get
Set
Dim instance As IAppointment
Dim value As DateTime
value = instance.DoBy
instance.DoBy = value
property DateTime DoBy {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTime
See Also