/// <summary>
 /// Create a new ScheduleTime object.
 /// </summary>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="sqlTime">Initial value of the SqlTime property.</param>
 /// <param name="lastModified">Initial value of the LastModified property.</param>
 public static ScheduleTime CreateScheduleTime(global::System.String name, global::System.DateTime sqlTime, global::System.DateTime lastModified)
 {
     ScheduleTime scheduleTime = new ScheduleTime();
     scheduleTime.Name = name;
     scheduleTime.SqlTime = sqlTime;
     scheduleTime.LastModified = lastModified;
     return scheduleTime;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TimeSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTimeSet(ScheduleTime scheduleTime)
 {
     base.AddObject("TimeSet", scheduleTime);
 }