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






Windows & Linux

Description

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
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.