- from
- the starting value of the sequence: a - timeDateobject (or number or 
character string representing one).
 
- to
- the ending value of the sequence: a - timeDateobject (or number or 
character string representing one).
 
- by
- the spacing between successive values in the sequence.  This can be 
a - timeSpan,- timeRelative, or- numericvalue,  
in which case- k.byis ignored. 
Alternatively, it can be one  
of the following character strings giving the 
time units of intervals between values in the sequence:
 - 
   "milliseconds"
   "seconds"
   "minutes"
   "hours"
   "days"
   "weekdays"
   "bizdays"
   "weeks"
   "months"
   "quarters"
   "years"
 
- length.out
- the length of the sequence before additions and exceptions. 
- k.by
- a non-zero integer giving the width of the interval between consecutive 
values in the sequence in terms of the units given in - by.  Ignored if- byis not a character string.
 
- align.by
- a logical value. If - TRUE, adjusts the sequence so that each element is on a whole number 
of the- by * k.byunits. For example, if the units are 2 months, the sequence is 
on only the first of January, March, May, and so on.
Ignored if- byis not a character string.
 
- extend
- a logical value. If - TRUEand- align.byis also- TRUE,
instead of making the entire sequence lie between- fromand- to,
make it extend just past- fromand- toto the next aligned values.
For example, if- fromis January 15th and the sequence is by 1 month units,
and if- extendis- FALSE, the sequence starts on February 1st
If- extendis- TRUE, the sequence starts on January 1st.
Ignored if- byis not a character string.
 
- week.align
- if - byis- "weeks",  
you can supply a character 
string (or a number 0 to 6, with 0 being Sunday)  
to specify a weekday to use.  The character string must 
be sufficient to make a unique case-insensitive match to the strings 
in- timeDateOptions("time.day.name").  
The sequence is adjusted so all its elements fall on the
given weekday. If- align.byis- TRUE, then it is also adjusted
to start at midnight.
 - In either case, the - extendargument is used to decide which
direction to adjust the day. This argument is ignored if- byis not a character string, or if it
is not- "weeks".
 
- holidays
- the holidays for business day sequences (ignored if - byis not 
a character string).
 
- exceptions
- an event object giving time periods when sequence should not have any values.
These are applied after the sequence is created from from/to/by/length.out. 
- additions
- additional times/dates to put in the sequence. 
- format
- the time/date output format for printing. 
- zone
- the time zone for the sequence.