isTime

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

Returns true if this is a time node.

Parameters

selfThe node pointer to check

Returns

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

ditto