AGI STK Objects 11 Send comments on this topic.
LocalTimeOffset Property (IAgAreaTarget)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1