Dates (dw::core::Dates) Flashcards

1
Q

atBeginningOfDay

A

Returns a new DateTime value that changes the Time value in the input to the beginning of the specified day.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

atBeginningOfHour

A

Returns a new DateTime value that changes the Time value in the input to the beginning of the specified hour.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

atBeginningOfMonth

A

Returns a new DateTime value that changes the Day value from the input to the first day of the specified month. It also sets the Time value to 00:00:00.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

atBeginningOfWeek

A

Returns a new DateTime value that changes the Day and Time values from the input to the beginning of the first day of the specified week.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

atBeginningOfYear

A

Takes a DateTime value as input and returns a DateTime value for the first day of the year specified in the input. It also sets the Time value to 00:00:00.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

date

A

Creates a Date value from values specified for year, month, and day fields.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

dateTime

A

Creates a DateTime value from values specified for month, day, hour, minutes, seconds, and timezone fields.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

localDateTime

A

Creates a LocalDateTime value from values specified for year, month, day, hour, minutes, and seconds fields.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

localTime

A

Creates a LocalTime value from values specified for hour, minutes, and seconds fields.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

time

A

Creates a Time value from values specified for hour, minutes, seconds, and timezone fields.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

today

A

Returns the date for today as a Date type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

tomorrow

A

Returns the date for tomorrow as a Date type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Returns the date for tomorrow as a Date type.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly