TypedTime(Int64, TimeUnit) 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,
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 Int64
-
- unit TimeUnit
-
See Also