Module va_toolbox.timetags
Implementation of time-based version tuple
This module creates a version tuple from the current date.
Functions
| Name | Description | 
|---|---|
| 
								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
| Name | Description | 
|---|---|
| 
								DayOfIsoWeek
							 | european dayOfWeek enumeration (Monday = 0 .. Sunday = 6) |