请帮我GPS系统

扫码查看
本文介绍了请帮我GPS系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请帮助我,



i我在GPS系统工作,如果我的系统时间发生变化,那么它会以当前和系统日期时间波动日期和时间。 />
请帮帮我



我的代码在这里

please help me,

i am working in GPS system,and if my system time change then its fluctuating the date and time with current and system datetime.
please help me

my code is here

private void nmeaInterpreter1_DateTimeChanged(object sender, DateTimeEventArgs e)
        {
            BeginInvoke(new MethodInvoker(delegate
            {

                Devices.IsClockSynchronizationEnabled = true;
                dateTimeTextBox.Text = e.DateTime.ToShortDateString() + " " + e.DateTime.ToLongTimeString();
                time = e.DateTime.ToShortDateString() + " " + e.DateTime.ToLongTimeString();


            }));
        }

推荐答案


这篇关于请帮我GPS系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 16:50
查看更多