AGI STK Util 11Send 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 ** ppRetVal
);
public: HRESULT put_OLEDate(
   Date * pNewOLEDate
);
[Java]
public Date getOLEDate();public void setOLEDate(
   Date
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.