IPCameraDateAndTimeTimeZone Property |
Gets the current time zone, used to calculate local time from UTC.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic string TimeZone { get; }
Public ReadOnly Property TimeZone As String
Get
public:
virtual property String^ TimeZone {
String^ get () sealed;
}
abstract TimeZone : string with get
override TimeZone : string with get
Property Value
Type:
StringImplements
IIPCameraDateAndTimeTimeZone
See Also