LOTUSSCRIPT/COM/OLE CLASSES


Examples: LSGMTTime property
This script converts a date from a NotesDateTime object to a LotusScript variant of type DATE. The variant gmt represents 04/16/96 10:36:00 PM, if the script runs on a computer set to Eastern Standard Time and daylight-saving time is not observed.

Dim dateTime As New NotesDateTime( "04/16/96 05:36 PM" )
Dim gmt As Variant
gmt = dateTime.LSGMTTime

See Also