2019-02-25 14:48:22 +01:00
|
|
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
|
2016-03-29 12:45:22 +02:00
|
|
|
|
|
|
|
library base;
|
|
|
|
|
|
|
|
namespace icinga
|
|
|
|
{
|
|
|
|
|
|
|
|
vararg_constructor class DateTime
|
|
|
|
{
|
2016-06-21 11:29:12 +02:00
|
|
|
[state, no_storage] Timestamp value {
|
2016-03-29 12:45:22 +02:00
|
|
|
get;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
}
|