Method ToTimestamp
ToTimestamp(ulong)
Converts an OSC time tag into a date time object relative to UTC.
public static DateTimeOffset ToTimestamp(ulong timeTag)
Parameters
timeTag
ulongThe OSC time tag to convert.
Returns
- DateTimeOffset
The DateTimeOffset value corresponding to the specified OSC time tag.