Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public DateTime ToDateTime(
	TimeStandard standard
)

Parameters

standard
Type: AGI.Foundation.TimeTimeStandard
The time standard in which to express the returned DateTime.

Return Value

Type: DateTime
The DateTime.
See Also