Field.setTimeZoneOffset Method

Module: Field

Definition

Set the time zone offset in seconds.

set_time_zone_offset(self, offset_in_seconds: int) -> None

Parameters

offset_in_seconds int
in The time zone offset in seconds.

Exceptions

An error has occurred during Bioseal Library execution.
void setTimeZoneOffset(int offsetInSeconds)

Parameters

offsetInSeconds int
in The time zone offset in seconds.

Exceptions

An error has occurred during Bioseal Library execution.
public void SetTimeZoneOffset(int offsetInSeconds)

Parameters

offsetInSeconds int
in The time zone offset in seconds.

Exceptions

An error has occurred during Bioseal Library execution.
public void setTimeZoneOffset(int offsetInSeconds) throws BiosealException

Parameters

offsetInSeconds int
in The time zone offset in seconds.

Exceptions

An error has occurred during Bioseal Library execution.
public func setTimeZoneOffset(offsetInSeconds: Int32) throws

Parameters

offsetInSeconds Int32
in The time zone offset in seconds.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_SetTimeZoneOffset (
    ID3_BIOSEAL_FIELD hField,
    int offsetInSeconds)

Parameters

in Handle to the Field object.

offsetInSeconds int
in The time zone offset in seconds.

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.