Formattare tempo: classi di automazione

Per formattare un orario

  • Utilizzare la funzione membro FormatoCOleDateTime o COleDateTimeSpan per creare un creata la stringa che rappresenta il tempo o di tempo trascorso.

    COleDateTime time(1970, 12, 18, 17, 30, 0);
    // 18 December 1970, 5:30 PM
    CString s = time.Format(VAR_DATEVALUEONLY);
    // s contains the date formatted based on 
    // the current national language specifications
    // (locale ID). The time portion is ignored for 
    // formatting purposes in this case.   
    

Per ulteriori informazioni, vedere la classe COleVariant.

c1ayhyhk.collapse_all(it-it,VS.110).gifScegliere l'argomento su cui visualizzare maggiori informazioni

Vedere anche

Concetti

Data e ora: supporto di automazione