Description
The JulianDateOffset.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property JulianDateOffset() As Double
|
| [C#] |
|---|
public double JulianDateOffset {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_JulianDateOffset(); public: __property void set_JulianDateOffset( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_JulianDateOffset( double * pRetVal ); public: HRESULT put_JulianDateOffset( double NewJulianDateOffset );
|
| [Java] |
|---|
public double getJulianDateOffset(); public void setJulianDateOffset( double );
|
See Also