Module va_toolbox.timetags

Implementation of time-based version tuple

This module creates a version tuple from the current date.

Functions

NameDescription
dayOfIsoWeek(data) get the european dayOfWeek enumeration (Monday = 0 .. Sunday = 6)
getTimeTagString(currtime) Create a time-tag string from a systime value
startOfIsoWeek(date) get the first day of the isoWeek starting at midnight
steadyIsoWeek(data) modifyed steady isoWeek (ranging from 0 to 53 weeks)

Enums

NameDescription
DayOfIsoWeek european dayOfWeek enumeration (Monday = 0 .. Sunday = 6)