JAVA/CORBA CLASSES


convertToZone method
Example

Changes the TimeZone and IsDST properties as specified.

Defined in

DateTime

Syntax

public void convertToZone(int zone, boolean isDST)
   throws NotesException

Parameters

int zone


boolean isDST
Usage

These changes also affect the ZoneTime property.

These changes do not affect the GMTTime and the LocalTime properties.

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

Language cross-reference

ConvertToZone method in LotusScript NotesDateTime class

Example
See Also