Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed translated content for 'cs'
Sv translation
languageen

Datetime Constants

Accessing context datetime

Function

Description

String contextDay()

Returns the formula's context day dd.MM.yyyy format (or domain format).

String contextWeek()

Returns the beginning of the context's week in dd.MM.yyyy format (or domain format).

String contextMonth()

Returns the beginning of the context's month in dd.MM.yyyy format (or domain format).

String contextQuarter()

Returns the beginning of the context's year in dd.MM.yyyy format (or domain format).

String contextYear()

Returns the formula's context week start in dd.MM.yyyy format (or domain format).

int dateDayOfYear()

Returns the day of year from the context date

int dateDayOfMonth()

Returns the day of month from the context date

int dateDayOfWeek()

Returns the day of week from the context date

int dateMonth()

Returns the number of month from the context date

int dateYear()

Returns the number of month from the context date

int timeHour()

Returns the number of hour from the context time

int timeMinute()

Returns the number of minute from the context time

int timeSecond()

Returns the number of second from the context time

int daysInMonth()

Returns the number of days in the context date

Examples:


31.1.2011 00:01:00

1.2.2011 00:01:00

2.2.2011 00:01:00

String contextDay()

31.1.2011

1.2.2011

2.2.2011

String contextWeek()

31.1.2011

31.1.2011

31.1.2011

String contextMonth()

1.1.2011

1.2.2011

1.2.2011

String contextQuarter()

1.1.2011

1.1.2011

1.1.2011

String contextYear()

1.1.2011

1.1.2011

1.1.2011

int dateDayOfYear()

31

32

33

int dateDayOfMonth()

31

1

2

int dateDayOfWeek()

1

2

3

int dateMonth()

1

2

2

int dateYear()

2011

2011

2011

int timeHour()

0

0

0

int timeMinute()

1

1

1

int timeSecond()

0

0

0

Accessing actual date and time

Function

Description

String actualDay()

Returns the actual day in dd.MM.yyyy format

String actualDate()
Returns the actual day in dd.MM.yyyy format

String actualWeek()

Returns the actual week in dd.MM.yyyy format

String actualMonth()

Returns the actual month in dd.MM.yyyy format

String actualQuarter()

Returns the actual quarter in dd.MM.yyyy format

String actualYear()

Returns the actual year in dd.MM.yyyy format

String actualTime()

Returns the current time in HH:mm:ss format

String actualDateTime()Returns the actual date and time in yyyy-MM-dd HH:mm:ss

Accessing date interval values

Function

Description

String viewDateFrom()

Returns the day used as Date from in date interval settings in yyyy-MM-dd format

String viewDateTo()
Returns the day used as Date to in date interval settings in yyyy-MM-dd format

String viewTimeFrom()

Returns the time used as Time from in time interval settings in HH:mm:ss.SSS format

String viewTimeTo()

Returns the time used as Time to in time interval settings in HH:mm:ss.SSS format

Next Steps

Sv translation
languageja

日時定数

日時コンテキストへのアクセス

関数

説明

String contextDay()

数式のコンテキスト日dd.MM.yyyy形式(またはドメイン形式)を返します。

String contextWeek()

コンテキスト週の最初を、dd.MM.yyyy形式(またはドメイン形式)で返します。

String contextMonth()

コンテキスト月の最初を、dd.MM.yyyy形式(またはドメイン形式)で返します。

String contextQuarter()

コンテキスト年の最初を、dd.MM.yyyy形式(またはドメイン形式)で返します。

String contextYear()

数式のコンテキスト週の最初を、dd.MM.yyyy形式(またはドメイン形式)で返します。

int dateDayOfYear()

コンテキスト日付から年の日を返します。

int dateDayOfMonth()

コンテキスト日付から月の日を返します。

int dateDayOfWeek()

コンテキスト日付から曜日を返します。

int dateMonth()

コンテキスト日付から月数を返します。

int dateYear()

コンテキスト日付から年数を返します。

int timeHour()

コンテキスト時間から時間数を返します。

int timeMinute()

コンテキスト時間から分数を返します。

int timeSecond()

コンテキスト時間から秒数を返します。

int daysInMonth()

コンテキスト日付から日数を返します。

:


31.1.2011 00:01:00

1.2.2011 00:01:00

2.2.2011 00:01:00

String contextDay()

31.1.2011

1.2.2011

2.2.2011

String contextWeek()

31.1.2011

31.1.2011

31.1.2011

String contextMonth()

1.1.2011

1.2.2011

1.2.2011

String contextQuarter()

1.1.2011

1.1.2011

1.1.2011

String contextYear()

1.1.2011

1.1.2011

1.1.2011

int dateDayOfYear()

31

32

33

int dateDayOfMonth()

31

1

2

int dateDayOfWeek()

1

2

3

int dateMonth()

1

2

2

int dateYear()

2011

2011

2011

int timeHour()

0

0

0

int timeMinute()

1

1

1

int timeSecond()

0

0

0


実際の日付へのアクセス

関数

説明

String actualDay()

実際の日を、dd.MM.yyyy形式で返します。

String actualDate()

実際の日付を、dd.MM.yyyy形式で返します。

String actualWeek()

実際の週を、dd.MM.yyyy形式で返します。

String actualMonth()

実際の月を、dd.MM.yyyy形式で返します。

String actualQuarter()

実際の四半期を、dd.MM.yyyy形式で返します。

String actualYear()

実際の年を、dd.MM.yyyy形式で返します。

String actualTime()実際の時刻を、HH:mm:ss形式で返します。
String actualDateTime()実際の日時を、yyyy-MM-dd HH:mm:ssで返します。

日付間隔値へのアクセス

関数

説明

String viewDateFrom()

日付間隔設定で「Date from」として使用される日を、yyyy-MM-dd形式で返します。

String viewDateTo()

日付間隔設定で「Date to」として使用される日を、yyyy-MM-dd形式で返します。

String viewTimeFrom()

時間間隔設定で「Time from」として使用される時刻を、HH:mm:ss.SSS形式で返します。

String viewTimeTo()

時間間隔設定で「Time to」として使用される時刻を、HH:mm:ss.SSS形式で返します。

次に

Sv translation
languagede

Konstanten für die Datums-Zeit

Zugriff auf Kontext-Datumzeit

Funktion

Beschreibung

String contextDay()

Liefert das Format (oder Domänenformat) des Kontexttages dd.MM.yyyyyy der Formel.

String contextWeek()

Returns the beginning of the context's week in dd.MM.yyyy format (or domain format).

String contextMonth()

Liefert den Monatsanfang des Kontextes im Format dd.MM.yyyyyyy (oder Domänenformat).

String contextQuarter()

Liefert den Anfang des Kontextjahres im Format dd.MM.yyyyyyy (oder Domänenformat).

String contextYear()

Liefert den Kontextwochenstart der Formel im Format dd.MM.yyyyyyy (oder Domänenformat).

int dateDayOfYear()

Liefert den Tag des Jahres aus dem Kontextdatum.

int dateDayOfMonth()

Returns the day of month from the context date

int dateDayOfWeek()

Liefert den Wochentag aus dem Kontextdatum.

int dateMonth()

Liefert die Anzahl der Monate ab dem Kontextdatum.

int dateYear()

Liefert die Anzahl der Monate ab dem Kontextdatum.

int timeHour()

Liefert die Anzahl der Stunden aus der Kontextzeit.

int timeMinute()

Liefert die Anzahl der Minuten aus der Kontextzeit.

int timeSecond()

Returns the number of second from the context time

int daysInMonth()

Returns the number of days in the context date

Beispiele:

 

31.1.2011 00:01:00

1.2.2011 00:01:00

2.2.2011 00:01:00

String contextDay()

31.1.2011

1.2.2011

2.2.2011

String contextWeek()

31.1.2011

31.1.2011

31.1.2011

String contextMonth()

1.1.2011

1.2.2011

1.2.2011

String contextQuarter()

1.1.2011

1.1.2011

1.1.2011

String contextYear()

1.1.2011

1.1.2011

1.1.2011

int dateDayOfYear()

31

32

33

int dateDayOfMonth()

31

1

2

int dateDayOfWeek()

1

2

3

int dateMonth()

1

2

2

int dateYear()

2011

2011

2011

int timeHour()

0

0

0

int timeMinute()

1

1

1

int timeSecond()

0

0

0

Zugriff auf das Ist-Datum

Function

Description

String actualDay()

Gibt den aktuellen Tag in dd.MM.yyyy format

String actualDate()
Gibt den aktuellen Tag in dd.MM.yyyy format

String actualWeek()

Gibt die aktuelle Woche zurück in dd.MM.yyyy format

String actualMonth()

Gibt den aktuellen Monat zurück in dd.MM.yyyy format

String actualQuarter()

Liefert das aktuelle Quartal zurück in dd.MM.yyyy format

String actualYear()

Liefert das aktuelle Jahr in dd.MM.yyyy format

Zugriff auf Datums-Intervallwerte

Function

Description

String viewDateFrom()

Liefert den Tag, der als Datum von in den Einstellungen für das Datumsintervall unter yyyy-MM-dd format

String viewDateTo()
Liefert den Tag, der als Datum bis in den Einstellungen für das Datumsintervall verwendet wird.s in yyyy-MM-dd format

String viewTimeFrom()

Liefert die Zeit, die als Zeit von in den Einstellungen für Zeitintervalle verwendet wird. in HH:mm:ss.SSS format

String viewTimeTo()

Liefert die Zeit, die als Zeit bis in den Einstellungen für Zeitintervalle verwendet wird. in HH:mm:ss.SSS format

Nächste Schritte