Table of Contents

Method ToTimestamp

Namespace
Bonsai.Osc
Assembly
Bonsai.Osc.dll

ToTimestamp(ulong)

Converts an OSC time tag into a date time object relative to UTC.

public static DateTimeOffset ToTimestamp(ulong timeTag)

Parameters

timeTag ulong

The OSC time tag to convert.

Returns

DateTimeOffset

The DateTimeOffset value corresponding to the specified OSC time tag.