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 )
- If the script runs on a computer set to Greenwich Mean Time, the TimeZone property is 0.
- If the script runs on a computer set to Eastern Standard Time, the TimeZone property is 5.
- If the script runs on a computer set to Alaska-Hawaii Standard Time, the TimeZone property is 10.