LOTUSSCRIPT/COM/OLE CLASSES

ConvertToZone method
Example

Changes the TimeZone and IsDST properties as specified.

Defined in

NotesDateTime

Syntax

Call notesDateTime.ConvertToZone( newzone, dst )

Parameters

newzone


dst
Usage

These changes affect the ZoneTime property.

The GMTTime and the LocalTime properties do not change.

This method has no effect on an invalid TimeZone (because the DateTime object lacks the date or the time). The invalid TimeZone continues to return 0.

Language cross-reference

convertToZone in Java DateTime class

Example
See Also