First page Back Continue Last page Overview Text

Notes:


Another tradeoff is that because two separate structures are used and they have different layouts, you cannot use date and datetime structures interchangeably in C code.

This means that many methods that are defined in Date and inherited by DateTime in the standard library need to have separate versions written for both Date and DateTime in home_run.