LOTUSSCRIPT/COM/OLE CLASSES


Examples: TimeZone property
This script displays the TimeZone property of a newly created NotesDateTime object.

Dim dateTime As New NotesDateTime( "04/16/96 05:36 PM" )
Messagebox( dateTime.TimeZone )


See Also