TimeLocker.Locktimer.GetMaxAllowedTime C# (CSharp) 메소드

GetMaxAllowedTime() 공개 정적인 메소드

public static GetMaxAllowedTime ( ) : System.TimeSpan
리턴 System.TimeSpan
        public static TimeSpan GetMaxAllowedTime()
        {
            return Properties.Settings.Default.MaxAllowedTime;
        }