As in title. I tried this:
CultureInfo ti = CultureInfo.CurrentCulture;
if (SettingsApp[0].TimeFormat == 0)
{
ti.DateTimeFormat.ShortTimePattern = "HH:mm";
}
else
{
ti.DateTimeFormat.ShortTimePattern = "hh:mm tt";
}
Thread.CurrentThread.CurrentCulture = ti;
I want to change the time format on toolkit timepicker