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 )
Siehe auch
AdjustYear method
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar