Habanero.Faces.Win.DateTimePickerWin.SetGlobalDefaultFormat C# (CSharp) Method

SetGlobalDefaultFormat() private method

private SetGlobalDefaultFormat ( ) : void
return void
        private void SetGlobalDefaultFormat()
        {
            if ((GlobalUIRegistry.DateDisplaySettings != null) &&
                (GlobalUIRegistry.DateDisplaySettings.DateTimePickerDefaultFormat != null))
            {
                this.Format = DateTimePickerFormat.Custom;
                ;
                this.CustomFormat = GlobalUIRegistry.DateDisplaySettings.DateTimePickerDefaultFormat;
            }
        }