Creates a FTime based on the given DateTime.
FTime.fromDateTime(DateTime dateTime) : this(dateTime.hour, dateTime.minute);