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






Windows & Linux

Description

Opt whether to use a local time offset from GMT.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseLocalTimeOffset() As Boolean

[C#]
public bool UseLocalTimeOffset {get; set;}

[Managed C++]
public: __property bool get_UseLocalTimeOffset();
public: __property void set_UseLocalTimeOffset(
bool
);

[Unmanaged C++]
public: HRESULT get_UseLocalTimeOffset(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseLocalTimeOffset(
VARIANT_BOOL NewUseLocalTimeOffset
);

[Java]
public bool getUseLocalTimeOffset();public void setUseLocalTimeOffset(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface