Power Query
Search…
published
Introduction
Accessing Data
Action
Binary
Binary Formats
Combiner
Comparer
Cube
Date
Date Time
DateTime.AddZone
DateTime.Date
DateTime.FixedLocalNow
DateTime.From
DateTime.FromFileTime
DateTime.FromText
DateTime.IsInCurrentHour
DateTime.IsInCurrentMinute
DateTime.IsInCurrentSecond
DateTime.IsInNextHour
DateTime.IsInNextMinute
DateTime.IsInNextNHours
DateTime.IsInNextNMinutes
DateTime.IsInNextNSeconds
DateTime.IsInNextSecond
DateTime.IsInPreviousHour
DateTime.IsInPreviousMinute
DateTime.IsInPreviousNHours
DateTime.IsInPreviousNMinutes
DateTime.IsInPreviousNSeconds
DateTime.IsInPreviousSecond
DateTime.LocalNow
DateTime.Time
DateTime.ToRecord
DateTime.ToText
Date Time Zone
Diagnostics
Duration
Error
Expression
Function
Lines
List
Logical
Metadata
Number
Record
Replacer
Splitter
Table
Text
Time
Type
Uri
Values
Powered By
GitBook
DateTime.IsInNextHour
DateTime.IsInNextHour
Indicates whether this datetime occurs during the next hour, as determined by the current date and time on the system.
function (optional
dateTime
as nullable any) as nullable any
Description
Indicates whether the given datetime value
dateTime
occurs during the next hour, as determined by the current date and time on the system.
Category
DateTime
Examples
Determine if the hour after the current system time is in the next hour.
1
DateTime.IsInNextHour(DateTime.FixedLocalNow() + #duration(0,1,0,0))
Copied!
true
Previous
DateTime.IsInCurrentSecond
Next
DateTime.IsInNextMinute
Last modified
3yr ago
Copy link
Contents
DateTime.IsInNextHour
Description
Category
Examples