Click or drag to resize

IPCameraDateAndTime Class

Inheritance Hierarchy
SystemObject
  Ozeki.CameraIPCameraDateAndTime

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class IPCameraDateAndTime : IIPCameraDateAndTime

The IPCameraDateAndTime type exposes the following members.

Properties
  NameDescription
Public propertyDayLightSaving
Gets if the camera is using daylight saving mode or not.
Public propertyTimeZone
Gets the current time zone, used to calculate local time from UTC.
Public propertyUTCDate
Represents the UTC Date, set to the camera.
Public propertyUTCTime
Represents the UTC Time, set to the camera.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the IPCameraDateAndTime
Public methodRefreshProperties
Gets the current attributes from the camera, and refreshes the date and time properties.
Public methodSetAttributes
Sets the current date, time and timezone.
Public methodToString (Overrides ObjectToString.)
Top
See Also