Enum: TimeUnitEnum
Units of time measurement
URI: valuesets:TimeUnitEnum
Permissible Values
| Value |
Meaning |
Description |
| SECOND |
UO:0000010 |
Second (SI base unit) |
| MILLISECOND |
UO:0000028 |
Millisecond (0 |
| MICROSECOND |
UO:0000029 |
Microsecond (10^-6 second) |
| NANOSECOND |
UO:0000150 |
Nanosecond (10^-9 second) |
| MINUTE |
UO:0000031 |
Minute (60 seconds) |
| HOUR |
UO:0000032 |
Hour (3600 seconds) |
| DAY |
UO:0000033 |
Day (86400 seconds) |
| WEEK |
UO:0000034 |
Week (7 days) |
| MONTH |
UO:0000035 |
Month (approximately 30 days) |
| YEAR |
UO:0000036 |
Year (365 |
Slots
| Name |
Description |
| time_unit |
Units of time measurement |
Schema Source
- from schema: https://w3id.org/linkml/valuesets
LinkML Source
name: TimeUnitEnum
description: Units of time measurement
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
SECOND:
text: SECOND
description: Second (SI base unit)
meaning: UO:0000010
annotations:
symbol:
tag: symbol
value: s
system:
tag: system
value: SI
MILLISECOND:
text: MILLISECOND
description: Millisecond (0.001 second)
meaning: UO:0000028
annotations:
symbol:
tag: symbol
value: ms
conversion_to_second:
tag: conversion_to_second
value: '0.001'
MICROSECOND:
text: MICROSECOND
description: Microsecond (10^-6 second)
meaning: UO:0000029
annotations:
symbol:
tag: symbol
value: μs
conversion_to_second:
tag: conversion_to_second
value: 1e-6
NANOSECOND:
text: NANOSECOND
description: Nanosecond (10^-9 second)
meaning: UO:0000150
annotations:
symbol:
tag: symbol
value: ns
conversion_to_second:
tag: conversion_to_second
value: 1e-9
title: nanosecond
MINUTE:
text: MINUTE
description: Minute (60 seconds)
meaning: UO:0000031
annotations:
symbol:
tag: symbol
value: min
conversion_to_second:
tag: conversion_to_second
value: '60'
HOUR:
text: HOUR
description: Hour (3600 seconds)
meaning: UO:0000032
annotations:
symbol:
tag: symbol
value: h
conversion_to_second:
tag: conversion_to_second
value: '3600'
DAY:
text: DAY
description: Day (86400 seconds)
meaning: UO:0000033
annotations:
symbol:
tag: symbol
value: d
conversion_to_second:
tag: conversion_to_second
value: '86400'
WEEK:
text: WEEK
description: Week (7 days)
meaning: UO:0000034
annotations:
symbol:
tag: symbol
value: wk
conversion_to_second:
tag: conversion_to_second
value: '604800'
MONTH:
text: MONTH
description: Month (approximately 30 days)
meaning: UO:0000035
annotations:
symbol:
tag: symbol
value: mo
conversion_to_second:
tag: conversion_to_second
value: '2592000'
note:
tag: note
value: approximate, varies by month
YEAR:
text: YEAR
description: Year (365.25 days)
meaning: UO:0000036
annotations:
symbol:
tag: symbol
value: yr
conversion_to_second:
tag: conversion_to_second
value: '31557600'
note:
tag: note
value: accounts for leap years