STK ObjectsSend 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 * pUseLocalTimeOffset
);
public: HRESULT put_UseLocalTimeOffset(
    VARIANT_BOOL pUseLocalTimeOffset
);
[Java]
public bool getUseLocalTimeOffset();
public void setUseLocalTimeOffset(
    bool
);
[Python - STK API ]
@property
def UseLocalTimeOffset(self) -> bool:

@UseLocalTimeOffset.setter
def UseLocalTimeOffset(self, pUseLocalTimeOffset:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.