BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
[C#]
scheduleAppointmentCollection.Add(new ScheduleAppointment()
{
StartTime = new DateTime(2019, 07, 19, 10, 0, 0),
EndTime = new DateTime(2019, 07, 19, 10, 0, 0),
Subject = "Meeting",
MinHeight = 30,
Color = Color.FromHex("#FFD80073")
}); |