terminology - Word for a moment in time defined with beginning and end
What would be a word for a moment in time defined with beginning and end?
This is for a database system where people have predefined time spans that are defined with a beginning and an end point in time (like 2014-04-11 22:15 UTC until 2014-05-22 18:22 UTC). I don't find a decent term for that. The best I could come up so far is "time frame".
Answer
I designed many databases containing this sort of information, but I don't think I ever had a persistent entity containing both Start and End Time (it was invariably StartTime + Span), so I never really needed a word for OP's pair of values or the period it represented.
It's usually associated with relatively short timespans (a word which OP might prefer), but the computer industry does actually have a commonly used term...
time slice/timeslice
A time interval during which a time-sharing system is processing one particular computer program. Also known as time quantum.
Comments
Post a Comment