TypedTime(Int64) Constructor |
Initializes a new instance of the
TypedTime class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic TypedTime(
long amount
)
Public Sub New (
amount As Long
)
public:
TypedTime(
long long amount
)
new :
amount : int64 -> TypedTime
Parameters
- amount Int64
-
See Also