FTime.now constructor
FTime.now()
Creates a FTime based on the current time.
Implementation
FTime.now() : this.fromDateTime(DateTime.now());
Creates a FTime based on the current time.
FTime.now() : this.fromDateTime(DateTime.now());