JulianDate Constructor (Int32, Double, TimeStandard) |
Initializes a
JulianDate from the provided values.
The values will be normalized so that the
SecondsOfDay
property is less than the length of the day.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic JulianDate(
int day,
double secondsOfDay,
TimeStandard timeStandard
)
Public Sub New (
day As Integer,
secondsOfDay As Double,
timeStandard As TimeStandard
)
public:
JulianDate(
int day,
double secondsOfDay,
TimeStandard^ timeStandard
)
new :
day : int *
secondsOfDay : float *
timeStandard : TimeStandard -> JulianDate
Parameters
- day
- Type: System.Int32
The whole number part of the date. - secondsOfDay
- Type: System.Double
The time of day, expressed as seconds past noon on the given whole-number day. - timeStandard
- Type: AGI.Foundation.Time.TimeStandard
The time standard to use for this Julian Date.
Exceptions
See Also