According to Microsoft
Normally in Visual Basic, when a static variable is declared inside a Function or Sub procedure, it gets initialized to 0 (numeric data type) or an empty string, "" (string data type), by default.
So yeah, you can be sure it's default value is zero.
Hope this helps