TimeLocker.Locktimer.GetMaxAllowedTime C# (CSharp) Méthode

GetMaxAllowedTime() public static méthode

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