método get_double_from_date_time

get_double_from_date_time(, fecha_hora, fecha1904)

Convierte la fecha y hora en valor doble.

Devoluciones


@staticmethod
def get_double_from_date_time(date_time, date1904):
    ...
ParámetroTipoDescripción
date_timeDateTimeLa fecha y hora.
date1904boolSistema de fecha 1904.

Ver también