isDateTime

fnbool isDateTime(const(CfNode) * self) @property @safe pure nothrow

Returns true if this is a datetime node.

Parameters

selfThe node pointer to check

Returns

true if this is a DATETIME node, false otherwise.
fnbool isDateTime(ref const CfNode self) @property @safe pure nothrow

ditto