pylupnt.gregorian_to_time¶
- pylupnt.gregorian_to_time(*args, **kwargs)¶
Overloaded function.
gregorian_to_time(year: typing.SupportsInt | typing.SupportsIndex, month: typing.SupportsInt | typing.SupportsIndex, day: typing.SupportsInt | typing.SupportsIndex, hour: typing.SupportsInt | typing.SupportsIndex, min: typing.SupportsInt | typing.SupportsIndex, sec: Real) -> Real
gregorian_to_time(date: str) -> Real