JulianDateToDateTime Method (TimeStandard) |
Converts this
JulianDate to a .NET standard
DateTime expressed in the specified time standard.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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