now

fun now(result: JulianDate? = definedExternally): JulianDate(source)

Creates a new instance that represents the current system time. This is equivalent to calling JulianDate.fromDate(new Date());.

Return

The modified result parameter or a new instance if none was provided.

Parameters

result

An existing instance to use for the result.

See also