CfNode.makeTime

CfNode makeTime(string value, Location loc = Location.init) @safe pure

Creates a time node.

Parameters

valueThe time string (HH:MM:SS)
locSource location

Returns

A CfNode with type TIME.