resolution()


Youtube Live session on Tkinter

resolution() : Returns the minimum difference between two non equal date objects .
from datetime import date
dt=date.today().resolution
print(dt))
Output
1 day, 0:00:00
Date with time
from datetime import datetime
dt=datetime.now().resolution
print(dt)
Output
0:00:00.000001

Using date object

import datetime
# Year, Month, date, Hour, Minute , Second, microsecond 
dt=datetime.datetime(2019,12,31,23,59,59,345234)
print(dt.resolution)
Output
0:00:00.000001
All Date Objects
Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com



    Post your comments , suggestion , error , requirements etc here





    Python Video Tutorials
    Python SQLite Video Tutorials
    Python MySQL Video Tutorials
    Python Tkinter Video Tutorials
    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer