Nothing
## This file was created automatically, do not edit by hand.
#' Set time
#'
#' This module sets the time axis or part of the time axis. Which part of the time axis is overwritten/created depends on the chosen operator. The number of time steps does not change.
#'
#' @details
#' setdate Set date
#' Sets the date in every timestep to the same given value.
#' settime Set time of the day
#' Sets the time in every timestep to the same given value.
#' setday Set day
#' Sets the day in every timestep to the same given value.
#' setmon Set month
#' Sets the month in every timestep to the same given value.
#' setyear Set year
#' Sets the year in every timestep to the same given value.
#' settunits Set time units
#' Sets the base units of a relative time axis.
#' settaxis Set time axis
#' Sets the time axis.
#' settbounds Set time bounds
#' Sets the time bounds.
#' setreftime Set reference time
#' Sets the reference time of a relative time axis.
#' setcalendar Set calendar
#' Sets the calendar attribute of a relative time axis.
#' shifttime Shift timesteps
#' Shifts all timesteps by the parameter shiftValue.
#'
#'
#'
#'
#' @returns
#' Operators that output one or more files return a character vector to the
#' output files.
#'
#' Operators that output an indefinite number of files return a string with the
#' basename of the files.
#'
#' Operatos that don't return filenames return a character vector with the
#' string output.
#' @name settime
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.