Animatroller.Framework.BaseScene.S C# (CSharp) 메소드

S() 보호된 정적인 메소드

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