Reputation: 13506
I need to synchronize some data that is captured simulataneously on multiple iphones.
Question
Thanks.
Upvotes: 3
Views: 1039
Reputation: 89117
DateTime.UtcNow will get you the current UTC time.
Most devices will sync their time based on the wireless carrier. Otherwise there is a system option to automatically sync time that is presumably using an NTP server.
Depending on what kind of granularity you need, this may be good enough.
Upvotes: 3