Description
The amount of the time offset from GMT, if
this option is used. Uses Time Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property LocalTimeOffset() As Double
|
[C#] |
public double LocalTimeOffset {get; set;}
|
[Managed C++] |
public: __property double get_LocalTimeOffset();
public: __property void set_LocalTimeOffset(
double
);
|
[Unmanaged C++] |
public: HRESULT get_LocalTimeOffset(
double * pRetVal
);
public: HRESULT put_LocalTimeOffset(
double NewLocalTimeOffset
);
|
[Java] |
public double getLocalTimeOffset();public void setLocalTimeOffset(
double
);
|
See Also