C# Class gov.va.medora.mdo.TimeSlot

Mostrar archivo Open project: OSEHRA/mdo

Public Methods

Method Description
TimeSlot ( ) : System
TimeSlot ( System.DateTime start, System.DateTime end, bool available, string text ) : System

Method Details

TimeSlot() public method

public TimeSlot ( ) : System
return System

TimeSlot() public method

public TimeSlot ( System.DateTime start, System.DateTime end, bool available, string text ) : System
start System.DateTime
end System.DateTime
available bool
text string
return System