public TimeGroup( Session session, bool setIfExists = false )
var tg = new TimeGroup(Session) { Name = "MyTimeGroup" }; tg.Members.Add("Weekend"); tg.AcceptChanges();
Copyright (c) 2018 Tim Koopman