  | SectionScheduleLineStartTime Property  | 
 
            Gets or sets the start time for this meeting time.
            
 
    Namespace: 
   SeniorSystemsWS.Entity.Academic
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic Time StartTime { get; set; }Public Property StartTime As Time
	Get
	Set
public:
property Time^ StartTime {
	Time^ get ();
	void set (Time^ value);
}function get StartTime () : Time
function set StartTime (value : Time)
function get_StartTime();
function set_StartTime(value);
Property Value
Type: 
TimeThe meeting start time for this section on this day.
See Also