Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Sunday (0.33 sec)

  1. doc/go1.17_spec.html

    Together with the <a href="#Iota"><code>iota</code> constant generator</a>
    this mechanism permits light-weight declaration of sequential values:
    </p>
    
    <pre>
    const (
    	Sunday = iota
    	Monday
    	Tuesday
    	Wednesday
    	Thursday
    	Friday
    	Partyday
    	numberOfDays  // this constant is not exported
    )
    </pre>
    
    
    <h3 id="Iota">Iota</h3>
    
    <p>
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg time, const September Month
    pkg time, const Stamp ideal-string
    pkg time, const StampMicro ideal-string
    pkg time, const StampMilli ideal-string
    pkg time, const StampNano ideal-string
    pkg time, const Sunday Weekday
    pkg time, const Thursday Weekday
    pkg time, const Tuesday Weekday
    pkg time, const UnixDate ideal-string
    pkg time, const Wednesday Weekday
    pkg time, func After(Duration) <-chan Time
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. doc/go_spec.html

    Together with the <a href="#Iota"><code>iota</code> constant generator</a>
    this mechanism permits light-weight declaration of sequential values:
    </p>
    
    <pre>
    const (
    	Sunday = iota
    	Monday
    	Tuesday
    	Wednesday
    	Thursday
    	Friday
    	Partyday
    	numberOfDays  // this constant is not exported
    )
    </pre>
    
    
    <h3 id="Iota">Iota</h3>
    
    <p>
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg time, const StampMicro = "Jan _2 15:04:05.000000"
    pkg time, const StampMilli = "Jan _2 15:04:05.000"
    pkg time, const StampNano = "Jan _2 15:04:05.000000000"
    pkg time, const Sunday = 0
    pkg time, const Thursday = 4
    pkg time, const Tuesday = 2
    pkg time, const UnixDate = "Mon Jan _2 15:04:05 MST 2006"
    pkg time, const Wednesday = 3
    pkg time, func ParseInLocation(string, string, *Location) (Time, error)
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top