AGI STK Objects 11Send comments on this topic.
UseLocalTimeOffset Property (IAgFacility)
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

© 2018 Analytical Graphics, Inc. All Rights Reserved.