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