The SetValue method, sets the value of a date point object.
dp:SetValue([iYear[,iMonth [, iDay [, bYearDD [, bBC [, strCalendar]]]]]])
| GREGORIAN | (default) |
|---|---|
| JULIAN | |
| HEBREW | |
| FRENCH | (French Revolutionary Calendar) |
Note: bYearDD and bBC are only applicable when the GREGORIAN calendar is in use.
dpDatePt = fhNewDatePt() dpDatePt:SetValue(1911,3,11)