Gets the creation time of the bundle.

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public long TimeStamp { get; }
Visual Basic (Declaration)
Public ReadOnly Property TimeStamp As Long
Visual C++
public:
property long long TimeStamp {
	long long get ();
}

See Also