OscTimeTag MembersBespoke Osc Library

The OscTimeTag type exposes the following members.
Constructors

  NameDescription
Public methodOscTimeTag 
Initializes a new instance of the OscTimeTag class.
Public methodOscTimeTag( Byte )
Initializes a new instance of the OscTimeTag class.
Public methodOscTimeTag(DateTime)
Initializes a new instance of the OscTimeTag class.
Back to Top
Methods

  NameDescription
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified object.
(Overrides OnlineObject Equals(Object).)
Public methodEquals(OscTimeTag)
Returns a value indicating whether this instance is equal to a specified OscTimeTag instance.
Public methodStatic memberEquals(OscTimeTag, OscTimeTag)
Determines whether two specified instances of OscTimeTag are equal.
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides OnlineObject GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberIsValidTime
Validates the time stamp for use in an Osc Time Tag.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSet
Sets the value of the Osc Time Tag.
Public methodToByteArray
Convert the Osc Time Tag to a byte array.
Public methodToString
Converts the value of the current OscTimeTag object to its equivalent string representation.
(Overrides OnlineObject ToString .)
Back to Top
Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether two specified instances of OscTimeTag are equal.
Public operatorStatic memberGreaterThan
Determines whether one specified OscTimeTag is greater than another specified OscTimeTag.
Public operatorStatic memberGreaterThanOrEqual
Determines whether one specified OscTimeTag is greater than or equal to another specified OscTimeTag.
Public operatorStatic memberInequality
Determines whether two specified instances of OscTimeTag are not equal.
Public operatorStatic memberLessThan
Determines whether one specified OscTimeTag is less than another specified OscTimeTag.
Public operatorStatic memberLessThanOrEqual
Determines whether one specified OscTimeTag is less than or equal to another specified OscTimeTag.
Back to Top
Fields

  NameDescription
Public fieldStatic memberEpoch
Osc Time Epoch (January 1, 1900 00:00:00).
Public fieldStatic memberMinValue
Minimum Osc Time Tag.
Back to Top
Properties

  NameDescription
Public propertyDateTime
Gets the Osc Time Tag as a DateTime value.
Public propertyFractionalSecond
Gets the last 32 bits of the Osc Time Tag. Specifies the fractional part of a second.
Public propertySecondsSinceEpoch
Gets the first 32 bits of the Osc Time Tag. Specifies the number of seconds since the epoch.
Back to Top
See Also