包含三个值Date,Time和Time的String的Array.sort

时间:2015-03-08 20:20:54

标签: arrays vb.net sorting

我有一个包含以下内容的数组

"Svr Conn: Start Time 03/03/2015 6:0:0 AM"
"Svr Conn: Stop Time 03/03/2015 6:07:08 AM Up Time 0:7:8"
^  Is the name of the event
         ^ Is Just text
                    ^ Is the Stop date
                               ^ Is the Stop Time
                                            ^ Is just text
                                                    ^ Is the length of time That the event was active.

使用Array.Sort()它在2015年3月3日之前排序 我已经找到了一种方法来按停止日期然后停止时间排序,然后按运行时间排序。我找不到任何关于如何做到这一点。 我期待着 停止数据,停止时间,然后按正常运行时间。 我还希望有一个按钮或一个列表框来按事件或开始时间或停止时间排序。

0 个答案:

没有答案