| 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)
Syntaxpublic TypedTime(
	long amount
)
Public Sub New ( 
	amount As Long
)
public:
TypedTime(
	long long amount
)
new : 
        amount : int64 -> TypedTimeParameters
- amount
 - Type: SystemInt64
 
See Also