CSL.SettingsHandler.SetRawHandleTime C# (CSharp) Method

SetRawHandleTime() public static method

public static SetRawHandleTime ( decimal time ) : void
time decimal
return void
        public static void SetRawHandleTime(decimal time)
        {
            settings.RawHandleTime = time;
            settings.Save();
        }