Lines Matching refs:Month
121 // Generate a time stamp of the seconds from 2000/1/1, assume 30day/month.
126 (((((Time.Year - 2000) * 360 + (Time.Month - 1)) * 30 + (Time.Day - 1)) * 24 + Time.Hour) * 60 + Time.Minute) *
881 // Generate a time stamp of the centiseconds from 2000/1/1, assume 30day/month.
887 (Time.Month - 1)) * 30 +