get_double_from_date_time方法
get_double_from_date_time(,日期时间,日期1904)
将日期时间转换为双精度值。
返回
@staticmethod
def get_double_from_date_time(date_time, date1904):
...
范围 | 类型 | 描述 |
---|---|---|
date_time | DateTime | 日期时间。 |
date1904 | bool | 日期 1904 年系统。 |
将日期时间转换为双精度值。
@staticmethod
def get_double_from_date_time(date_time, date1904):
...
范围 | 类型 | 描述 |
---|---|---|
date_time | DateTime | 日期时间。 |
date1904 | bool | 日期 1904 年系统。 |