Is there a way to set the system calendar type using C#?
I found this function from Kernel32.dll:
BOOL SetCalendarInfo( _In_ LCID Locale, _In_ CALID Calendar, _In_ CALTYPE CalType, _In_ LPCTSTR lpCalData );How can I invoke this method within a C# application?

Max PowerPosted Jul 24, 2014, 1:11 PM
Guest UserPosted Jul 24, 2014, 3:59 AM
but good question I say.
As I never solved for it , so upon googling I encountered following good link:
http://bytes.com/topic/c-sharp/answers/877812-need-chanmge-windows-system-time
Yes, it's Kernel32.dll as it's Windows interface to system
thnx
@sumitjolly