mtime
1.2.2
Loading...
Searching...
No Matches
include
mtime_calendar365day.h
1
// Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
2
//
3
// SPDX-License-Identifier: BSD-3-Clause
4
//
25
#ifndef _MTIME_CALENDAR365DAY_H
26
#define _MTIME_CALENDAR365DAY_H
27
28
struct
_datetime
;
29
struct
_julianday
;
30
31
struct
_datetime
*getDate365FromJulian(
struct
_julianday
*jd,
struct
_datetime
*gd);
32
struct
_julianday
*getJulianFromDate365(
struct
_datetime
*gd,
struct
_julianday
*jd);
33
37
#endif
38
_datetime
struct _datetime contains a struct _date and a struct _time element.
Definition
mtime_datetime.h:36
_julianday
Struct _julianday containing julian day parameters.
Definition
mtime_julianDay.h:32
Generated by
1.11.0