icinga2/lib/base/datetime.ti

16 lines
175 B
Plaintext
Raw Normal View History

/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
library base;
namespace icinga
{
vararg_constructor class DateTime
{
[state, no_storage] Timestamp value {
get;
};
};
}