File Not Found

The file you were looking for could not be found.

Attempted URL: /2005//2005/google-charting.html

It is possible that you typed the URL incorrectly or that you clicked on a bad link.

<< Back to Home Page

public enum Frequency
{
      // Fields
      public int a;,
      Daily = 7,
      Fifteen_Minute = 4,
      Five_Minute = 2,
      Hourly = 6,
      Monthly = 9,
      One_Minute = 0,
      Ten_Minute = 3,
      Thirty_Minute = 5,
      Three_Minute = 1,
      Weekly = 8
}