STK UtilSend comments on this topic.
SetDate Method (IAgDate)
See Also
Unit
Value
Windows





Windows & Linux

Description

Sets this date with the given date value and unit type.

Syntax

[Visual Basic .NET]
Public Sub SetDate( _
    ByVal Unit As String, _
    ByVal Value As String _
)
[C#]
public void SetDate(
    string Unit,
    string Value
);
[Managed C++]
public: void SetDate(
    String __gc ^ Unit,
    String __gc ^ Value
);
[Unmanaged C++]
public: HRESULT SetDate(
    BSTR Unit,
    BSTR Value
);
[Java]
public void setDate(
    String Unit,
    String Value
);
[Python - STK API ]
def SetDate(self, Unit:str, Value:str) -> None:

Parameters

Unit
Value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.