Knowledgebase: > Properties
GMTOffset
Posted by Rula Halaseh, Last modified by Diana Alkouni on 07 September 2020 09:58 AM

Syntax

ReadOnly Property GMTOffset() As Double

Description

This property takes no parameters and returns the GMTOffset value.

Parameters

No parameters.

Sample

 Private Sub GMTOffset_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GMTOffset.Click

      'API is perdefined variable as CVertexFXClientAPI

      Dim GMT_Offset As Doubel = API.GMTOffset()
          
          Msgbox("The GMT value is :" & GMT_Offset)

 End Sub

 


See Also



VertexFX Client API Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions