【发布时间】:2015-07-16 16:01:33
【问题描述】:
我使用 ManagedWifi Wrapper 从 SSID 获取一些数据。 在这种情况下,我尝试从主机获取时间戳,但问题是“我无法识别这些值”。我认为它们是纳秒级。
方法调用是:
public ulong hostTimestamp;
/// <summary>
/// The capability value from the beacon packet or probe response.
/// </summary>
例子:
130815262764460726
130815262774756744
130815262786924765
130815262799248787
130815262813600812
130815262824832832
130815262836064852
130815262846360870
130815262857592890
130815262913908988
我想以“yyyyMMdd hh:ss”格式从这些值中获取日期。
问候, 尼鲁斯
【问题讨论】:
标签: c# datetime timestamp host