Periods (dw::core::Periods) Flashcards
1
Q
between
A
Returns a Period (P) value consisting of the number of years, months, and days between two Date values.
2
Q
days
A
Creates a Period value from the provided number of days.
3
Q
duration
A
Creates a Period value that represents a number of days, hours, minutes, or seconds.
4
Q
hours
A
Creates a Period value from the provided number of hours.
5
Q
minutes
A
Creates a Period value from the provided number of minutes.
6
Q
months
A
Creates a Period value from the provided number of months.
7
Q
period
A
Creates a Period value as a date-based number of years, months, and days in the ISO-8601 calendar system.
8
Q
seconds
A
Creates a Period value from the provided number of seconds.