TimeLocker.Locktimer.GetMaxAllowedTime C# (CSharp) Method

GetMaxAllowedTime() public static method

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