CSL.SettingsHandler.GetTimeFormat C# (CSharp) 메소드

GetTimeFormat() 공개 정적인 메소드

public static GetTimeFormat ( ) : string
리턴 string
        public static string GetTimeFormat()
        {
            return settings.TimeFormat;
        }