Set datetime memory tag to null

Is there a way to set a memory tag with the data type value of datetime to “null”? I want to be able to use the tag as the basis of a timer and I want to be able to set the tag to null to restart the timer.

system.tag.writeBlocking(["path/to/tag"], [None])?