Set the version attribute of this object to the specified value.
Synopsis
Declared in <baltzo_zoneinfobinaryheader.h>
void
setVersion(char value);
Description
The behavior is undefined unless '0 == value || (50 >= value || 52 <= value)'. Note that 50 is the value of ASCII character 2 and 52 is the value of ASCII character 4.
Parameters
Name |
Description |
value |
the version to assign |
Created with MrDocs