DateAdd Function

Aamantino yannate barru kiirora barru intervaale lede guma barra qolanno.

Ganallo:

BarraLedi (Ledi, Kiiri, Barra)

Qolote guma:

Barra amadino baxxaancho.

Eishshuwa:

Add - A string expression from the following table, specifying the date interval.

Ledi (naanni-fikiimate hornyo)

Tittirsha

yyyy

Diro

b

Bocuboco

a

Agana

d

Diri barra

l

Loosubarruwa

ll

Diri lamala

b

Barra

y

Saate

d

Daqiiqa

s

Sakonde


Count - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative).

Date - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value.

Lawishsha:

Sub example_dateadd

    MsgBox DateAdd("m", 1, "1/31/2004") &" - "& DateAdd("m", 1, "1/31/2005")

End Sub