complete-reference-vb_net_13
complete-reference-vb_net_13
Enum
Public Const Noday = −1
End Class
The same goes for the DepreciationPeriodEnum enumeration we used earlier with Accounting structure, as
shown here:
If you look under the covers of these constant fields, you will not find much. However, with Enum it's
another story. Apart from the inherited members, you also have the marvelous collection of mostly static
utility methods, listed in Table 8−1, at your disposal.
251