Gets the
JulianDate that represents the current date and time. The time standard will be Coordinated Universal Time (UTC).
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static JulianDate Now { get; }
Public Shared ReadOnly Property Now As JulianDate
Get
public:
static property JulianDate Now {
JulianDate get ();
}
static member Now : JulianDate with get
Property Value
Type:
JulianDateSee Also