LogData.ClientTimeZone Property
Gets the time difference in seconds between time configured on the agent desktop machine and UTC.
Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As LogData
Dim value As Integer
value = instance.ClientTimeZone
Syntax
'Declaration
Public ReadOnly Property ClientTimeZone As Integer
public int ClientTimeZone { get; }
public:
property int ClientTimeZone {
int get ();
}
/** @property */
public int get_ClientTimeZone ()
public function get ClientTimeZone () : int
Property Value
Type: Int32
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
LogData Class
LogData Members
Microsoft.Uii.Common.Entities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.