AGI STK Util 11 Send comments on this topic.
OLEDate Property (IAgDate)
See Also 





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 ** ppRetVal
);
public: HRESULT put_OLEDate(
Date * pNewOLEDate
);

[Java]
public Date getOLEDate();public void setOLEDate(
Date
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1