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
intin The time zone offset in seconds.
Exceptions
An error has occurred during Bioseal Library execution.
void setTimeZoneOffset(int offsetInSeconds)
Parameters
offsetInSeconds
intin The time zone offset in seconds.
Exceptions
An error has occurred during Bioseal Library execution.
public void SetTimeZoneOffset(int offsetInSeconds)
Parameters
offsetInSeconds
intin The time zone offset in seconds.
Exceptions
An error has occurred during Bioseal Library execution.
public void setTimeZoneOffset(int offsetInSeconds) throws BiosealException
Parameters
offsetInSeconds
intin The time zone offset in seconds.
Exceptions
An error has occurred during Bioseal Library execution.
public func setTimeZoneOffset(offsetInSeconds: Int32) throws
Parameters
offsetInSeconds
Int32in 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
hField
ID3_BIOSEAL_FIELDin Handle to the Field object.offsetInSeconds
intin The time zone offset in seconds.
Returns