| Home | How To | Online Documentation | Support | Download | Order |
|
|
operator struct tm
&(
);
operator struct tm ( ) const; Returns the current value of SADateTime object as struct tm . Return valueFirst operator returns a reference to an underlying struct tm object. You can modify this structure directly. Second overload returns struct tm object which is copied from this SADateTime object. RemarksUse these operators to get/modify current date/time value using standard struct tm representation. Specific notesNo specific information. Problems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
||||||||||||||||||