CameraTimeDescription(Int32, Int32) Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic CameraTimeDescription(
int startTime,
int stopTime
)
Public Sub New (
startTime As Integer,
stopTime As Integer
)
public:
CameraTimeDescription(
int startTime,
int stopTime
)
new :
startTime : int *
stopTime : int -> CameraTimeDescription
Parameters
- startTime Int32
-
- stopTime Int32
-
See Also