leapc
Loading...
Searching...
No Matches
Data Fields
leap_off Struct Reference

Leap offset by year and day. More...

#include <leap.h>

Data Fields

int year
 Year offset.
 
int day
 Day of year offset.
 

Detailed Description

Leap offset by year and day.

Represents a (year, day-of-year) pair where day-of-year is guaranteed to be within the bounds of the year: 0 <= day < 365 or 366.

Definition at line 77 of file leap.h.

Field Documentation

◆ day

int leap_off::day

Day of year offset.

Definition at line 85 of file leap.h.

◆ year

int leap_off::year

Year offset.

Definition at line 81 of file leap.h.


The documentation for this struct was generated from the following file: