CSL.SettingsHandler.SetTimeFormat C# (CSharp) Method

SetTimeFormat() public static method

public static SetTimeFormat ( string value ) : void
value string
return void
        public static void SetTimeFormat(string value)
        {
            settings.TimeFormat = value;
            settings.Save();
        }