JulianDateToDateTime Method (TimeStandard) |
Converts this
JulianDate to a
DateTime
expressed in the specified time standard.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic DateTime ToDateTime(
TimeStandard standard
)
Public Function ToDateTime (
standard As TimeStandard
) As DateTime
public:
DateTime ToDateTime(
TimeStandard^ standard
)
member ToDateTime :
standard : TimeStandard -> DateTime
Parameters
- standard
- Type: AGI.Foundation.TimeTimeStandard
The time standard in which to express the returned DateTime.
Return Value
Type:
DateTimeThe
DateTime.
See Also