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