Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 122023
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T04:03:47+00:00 2026-05-11T04:03:47+00:00

I am working on a C# app that tries to respect the time format

  • 0

I am working on a C# app that tries to respect the time format of the system it is running on. If the Windows control panel is changed to 24 hour format, that is the format the app will display time in. Anyway, it does this successfully, except it will only work if the time format is changed before the app is run. If you change the Windows time format while the app is running, it will not use the updated format.

Is there any kind of Windows event or other way to retrieve the latest time format? We currently use the DateTimeFormatInfo LongTimePattern because it changes based on whether we are in 12 or 24 hour time.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T04:03:48+00:00Added an answer on May 11, 2026 at 4:03 am

    There is a class SystemEvents in the Microsoft.Win32 namespace which has a set of static events you can subscribe to. You’ll want to subscribe to the UserPreferenceChanged event:

    SystemEvents.UserPreferenceChanged += new UserPreferenceChanged;  /* Other stuff... */  private static void UserPreferenceChanged(object s, UserPreferenceChangedEventArgs e) {     if (e.Category == UserPreferenceCategory.Locale)     {         /* They changed regional settings, so do your work here */     } } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on an app that needs to intercept when a program tries to
I'm working on an app that will be using https, but we wanted to
i will be working on a project that tries to determine your position using
I am working on an app that will access different items in the phone
I'm working on an app that grabs and installs a bunch of updates off
I'm working on an app that requires no user input, but I don't want
I'm working on an App that talks to a serial port, and on my
I'm working on an app that needs to accept a RegEx from the user,
I'm working on an app that allows tagging directly on photos via clicking (like
I'm working on an app that sends raw data to zebra printer and print

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.