.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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