ITimeZoneItemStdOffset Property |
Standard Time offset in minutes as seen from GMT. Going east is a positive value, going west a negative value
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property StdOffset As Integer
Get
Dim instance As ITimeZoneItem
Dim value As Integer
value = instance.StdOffset
property int StdOffset {
int get ();
}
Property Value
Type:
Int32
See Also