Convert an object of time properties to milliseconds: {'seconds': 10} → 10000
Project description
Compare URLs
Convert an object of time properties to milliseconds: {'seconds': 10} → 10000
Demo
Demo on Repl.it
Screenshot
Install
$ pip install tomilliseconds
Usage
from tomilliseconds import toMilliseconds toMilliseconds({ 'days': 28, 'hours': 8, 'minutes': 30, 'seconds': 50, 'milliseconds': 1 }) #=> 2449850001
API
toMilliseconds(input)
input
Type: Dictionary
Specify an object with any of the following properties:
days
hours
minutes
seconds
milliseconds
microseconds
nanoseconds
Thanks
License
MIT Yoginth
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size tomilliseconds-1.0.1.tar.gz (1.9 kB) | File type Source | Python version None | Upload date | Hashes View |