Class AppointmentSlot
Available appointment slot
public class AppointmentSlot
- Inheritance
-
AppointmentSlot
- Inherited Members
Properties
End
public DateTime End { get; set; }
Property Value
IsOptimal
public bool IsOptimal { get; set; }
Property Value
PhysicianId
public Guid PhysicianId { get; set; }
Property Value
Start
public DateTime Start { get; set; }