LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
DateTimeWithTimezone Struct Reference

represents a combined date+time value with time zone. More...

import"DateTimeWithTimezone.idl";

Public Attributes

DateTime DateTimeInTZ
 the date and time (in TimeZone) More...
 
short Timezone
 contains the time zone, as signed offset in minutes from UTC, that is east of UTC, that is the amount of minutes that should be added to UTC time to obtain the time in that timezone. More...
 

Detailed Description

represents a combined date+time value with time zone.

Since
LibreOffice 4.1

Member Data Documentation

◆ DateTimeInTZ

DateTime DateTimeInTZ

the date and time (in TimeZone)

◆ Timezone

short Timezone

contains the time zone, as signed offset in minutes from UTC, that is east of UTC, that is the amount of minutes that should be added to UTC time to obtain the time in that timezone.

To obtain UTC datetime from DateTimeInTZ, you need to subtract TimeZone minutes.


The documentation for this struct was generated from the following file: