diff --git a/src/TMG-Framework/Construct/ConstructTimePeriodFromTimes.cs b/src/TMG-Framework/Construct/ConstructTimePeriodFromTimes.cs index ec91489..82f9103 100644 --- a/src/TMG-Framework/Construct/ConstructTimePeriodFromTimes.cs +++ b/src/TMG-Framework/Construct/ConstructTimePeriodFromTimes.cs @@ -16,26 +16,23 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the You should have received a copy of the GNU General Public License along with TMG-Framework for XTMF2. If not, see . */ -using System; -using System.Collections.Generic; -using System.Text; + using XTMF2; -namespace TMG.Construct +namespace TMG.Construct; + +[Module(Name = "Construct Time Period from Times", Description = "Given the start and end times construct a time period.", + DocumentationLink = "http://tmg.utoronto.ca/doc/2.0")] +public sealed class ConstructTimePeriodFromTimes : BaseFunction { - [Module(Name = "Construct Time Period from Times", Description = "Given the start and end times construct a time period.", - DocumentationLink = "http://tmg.utoronto.ca/doc/2.0")] - public sealed class ConstructTimePeriodFromTimes : BaseFunction - { - [Parameter(Index = 0, Name = "Start Time", Required = true, Description = "The time to use as the starting point of the time period (Inclusive).")] - public IFunction