Table of Contents

Struct Timestamp

Namespace
OSC
Assembly
Turing.iView.Encoder.dll
public struct Timestamp
Inherited Members
Extension Methods

Constructors

Timestamp(ulong)

public Timestamp(ulong value)

Parameters

value ulong

Fields

Immediate

public static readonly Timestamp Immediate

Field Value

Timestamp

value

public ulong value

Field Value

ulong

Properties

Now

public static Timestamp Now { get; }

Property Value

Timestamp

Methods

CreateFromDateTime(DateTime)

public static Timestamp CreateFromDateTime(DateTime time)

Parameters

time DateTime

Returns

Timestamp

ToLocalTime()

public DateTime ToLocalTime()

Returns

DateTime

ToUtcTime()

public DateTime ToUtcTime()

Returns

DateTime