CameraTimeDescription Constructor (Int32, Int32) |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemInt32
- stopTime
- Type: SystemInt32
See Also