| TypedTime Constructor (Int64, TimeUnit) | 
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,
	TimeUnit unit
)
Public Sub New ( 
	amount As Long,
	unit As TimeUnit
)
public:
TypedTime(
	long long amount, 
	TimeUnit unit
)
new : 
        amount : int64 * 
        unit : TimeUnit -> TypedTimeParameters
- amount
 - Type: SystemInt64
 - unit
 - Type: Ozeki.MediaTimeUnit
 
See Also