Description
A method to define the measurement time tag, which allows specification of units. A date string can be input in any of the STK-supported formats. Thus a date may be entered using perl command syntax as:
$pObs->{Date}->{unit} = "UTCG";
$pObs->{Date} = "08 Jul 2003 01:23:45.00";
NOTE: You should not input times in EpochSec or any other epoch-related time, since you have no control over the Epoch in ODTK.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Date() As IAgPropDate
|
| [Managed C++] |
|---|
public: __property IAgPropDate ^ get_Date();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Date(
IAgPropDate ** ppVal
);
|
See Also