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