Interface
#include <codecogs/units/date/datetime.h>
using namespace Units::Date;
struct | DateTime
A structure to store the date and time int | year Integer representation of the year | int | month Integer representation of the month (1 - 12) | int | day The day of the month (1 - 31) | int | hour The hour of the day (0 - 23) | int | min The minutes of the hour (0 - 59) | int | sec The seconds of the minute (0 - 59) | int | dayOfWeek Integer representation of the day of the week. (0 for Sunday through to 6 for Saturday) | double | timestamp Serial Julian date |
|
Use the following HTML code to embed the calculators within other websites:
Struct DateTime
This structure is a container for the date and time, which is passed into
DateString. Also see
date_str.
Source Code
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.