MECO™ API Reference
|
[ FILE ] - Functionalities to operate with date and time. More...
Namespaces | |
mMeco.core.dateTimeLib | |
[ MODULE ] - Functionalities to operate with date and time. | |
Functions | |
def | mMeco.core.dateTimeLib.getDateIntList () |
Get date as int list in [YYYY, MM, DD] format. More... | |
def | mMeco.core.dateTimeLib.getTimeIntList () |
Get time as int list in [HH, MM, SS] format. More... | |
def | mMeco.core.dateTimeLib.getDateStrList () |
Get date as string list in [YYYY, MM, DD] format. More... | |
def | mMeco.core.dateTimeLib.getTimeStrList () |
Get time as string list in [HH, MM, SS] format. More... | |
def | mMeco.core.dateTimeLib.getDateTimeForFileSystem () |
Get date and time as single string in "YYYY.MM.DD_HH.MM.SS" format. More... | |
def | mMeco.core.dateTimeLib.getDateStamp () |
Get date as string in "YYYY.MM.DD" format. More... | |
def | mMeco.core.dateTimeLib.getTimeStamp () |
Get time as string in "HH:MM:SS" format. More... | |
def | mMeco.core.dateTimeLib.getDateTimeStamp () |
Get date and time as single string in "YYYY.MM.DD - HH:MM:SS" format. More... | |
[ FILE ] - Functionalities to operate with date and time.