Click or drag to resize
IPCameraDateAndTime Class
Inheritance Hierarchy
SystemObject
  Ozeki.CameraIPCameraDateAndTime

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class IPCameraDateAndTime : IIPCameraDateAndTime, 
	IDisposable

The IPCameraDateAndTime type exposes the following members.

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
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
See Also