Main Content
thirdwednesday
Find third Wednesday of month
Syntax
Description
[
computes
the beginning and end period date for a LIBOR contract (third Wednesdays
of delivery months).BeginDates
,EndDates
]
= thirdwednesday(Month
,Year
)
[
,
using optional input arguments, computes the beginning and end period
date for a LIBOR contract (third Wednesdays of delivery months).BeginDates
,EndDates
]
= thirdwednesday(___,outputType
)
The type of the outputs depends on the input outputType
.
If this variable is 'datenum'
, BeginDates
and EndDates
are
serial date numbers. If outputType
is 'datetime'
,
then BeginDates
and EndDates
are
datetime arrays. By default, outputType
is set
to 'datenum'
.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a