Animatroller.Framework.BaseScene.S C# (CSharp) Method

S() protected static method

protected static S ( double seconds ) : System.TimeSpan
seconds double
return System.TimeSpan
        protected static TimeSpan S(double seconds)
        {
            return TimeSpan.FromSeconds(seconds);
        }