LOTUSSCRIPT/COM/OLE CLASSES
Examples: AdjustYear method
1. This script increments a NotesDateTime object by four years, so that it represents 04/16/2000 05:36:00 PM.
Dim dateTime As New NotesDateTime( "04/16/96 05:36 PM" )
Call dateTime.AdjustYear( 4 )
2. This script decrements a NotesDateTime object by four years, so that it represents 04/16/92 05:36:00 PM.
Dim dateTime As New NotesDateTime( "04/16/96 05:36 PM" )
Call dateTime.AdjustYear( -4 )
See Also
AdjustYear method
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary