Hi Mikko,
I am doing testing with Indian Standard meter using Library.
While reading Single Action Schedule object from meter, Getting 12 hour format. While reading same from GXDLMSDirector getting 24 hour format.
Can you please suggest how to convert into 24 hour format using library function ?
Hi, It depends on theā¦
Hi,
It depends on the current UI culture. Change the used culture. Try something like this:
Thread.CurrentThread.CurrentCulture = CultureInfo.CurrentUICulture;
BR,
Mikko