TypedTime Constructor (Int64, TimeUnit) |
Initializes a new instance of the
TypedTime class
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic TypedTime(
long amount,
TimeUnit unit
)
Public Sub New (
amount As Long,
unit As TimeUnit
)
public:
TypedTime(
long long amount,
TimeUnit unit
)
new :
amount : int64 *
unit : TimeUnit -> TypedTime
Parameters
- amount
- Type: SystemInt64
- unit
- Type: Ozeki.MediaTimeUnit
See Also