OscTimeTag IsValidTime Method Bespoke Osc Library
Validates the time stamp for use in an Osc Time Tag.

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

Public Shared Function IsValidTime ( _
	timeStamp As DateTime _
) As Boolean

Return Value

True if the time stamp is a valid Osc Time Tag; false, otherwise.
Remarks

Time stamps must be greater-than-or-equal to MinValue.
See Also