Click or drag to resize

JulianDate.ToDateTime 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.1.421.0 (25.1.421.0)
Syntax
public DateTime ToDateTime(
	TimeStandard standard
)

Parameters

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

Return Value

Type: DateTime
The DateTime.
See Also