IAgODProvideTrackingDataLib 13Send comments on this topic.
Date Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

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
[C#]
public IAgPropDate Date {get;}
[Managed C++]
public: __property IAgPropDate ^ get_Date();
[Unmanaged C++]
public: HRESULT get_Date(
    IAgPropDate ** ppVal
);
[Java]
public IAgPropDate getDate();
[Python - STK API ]
@property
def Date(self) -> "IAgPropDate":

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.