get_double_from_date_time Methode
get_double_from_date_time(, Datum_Uhrzeit, Datum1904)
Konvertieren Sie Datum und Uhrzeit in einen doppelten Wert.
Kehrt zurück
@staticmethod
def get_double_from_date_time(date_time, date1904):
...
Parameter | Typ | Beschreibung |
---|---|---|
date_time | DateTime | Das Datum und die Uhrzeit. |
date1904 | bool | Datumssystem 1904. |
Siehe auch
- Modul
aspose.cells
- Klasse
CellsHelper