]> granicus.if.org Git - icinga2/blob - lib/base/datetime.ti
Merge pull request #7185 from Icinga/bugfix/gelfwriter-wrong-log-facility
[icinga2] / lib / base / datetime.ti
1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2
3 library base;
4
5 namespace icinga
6 {
7
8 vararg_constructor class DateTime
9 {
10         [state, no_storage] Timestamp value {
11                 get;
12         };
13 };
14
15 }