FTime.now constructor

FTime.now()

Creates a FTime based on the current time.

Implementation

FTime.now() : this.fromDateTime(DateTime.now());