isDate

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

Returns true if this is a date node.

Parameters

selfThe node pointer to check

Returns

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

ditto