CameraTime
public final class CameraTime: CameraDeviceSetting
This class for setting of the date and time of camera.
-
Constructs an object not having a value.
Declaration
Swift
override public init()
-
Constructs an object having given a value.
Declaration
Swift
public init(date: Date)
Parameters
date
The datetime
-
This class for setting value of the date and time of camera.
See moreDeclaration
Swift
public final class Value: CameraDeviceSetting.Value