STK UtilSend comments on this topic.
OLEDate Property (IAgDate)
See Also
Windows





Windows & Linux

Description

Gets or sets the current time in OLE DATE Format.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OLEDate() As DATE
[C#]
public DATE OLEDate {get; set;}
[Managed C++]
public: __property DATE get_OLEDate();
public: __property void set_OLEDate( DATE );
[Unmanaged C++]
public: HRESULT get_OLEDate(
    DATE * pDate
);
public: HRESULT put_OLEDate(
    DATE InVal
);
[Java]
public DATE getOLEDate();
public void setOLEDate(
    DATE
);
[Python - STK API ]
@property
def OLEDate(self) -> DATE:

@OLEDate.setter
def OLEDate(self, InVal:DATE) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.