CameraTimeDescription Constructor (Int32, Int32) |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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