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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1