snowflake.snowpark.functions.next_day¶
- snowflake.snowpark.functions.next_day(date: ColumnOrName, day_of_week: ColumnOrLiteral) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L2376-L2393)¶
Returns the date of the first specified DOW (day of week) that occurs after the input date.
Example: