mtime
1.3.0
Loading...
Searching...
No Matches
include
mtime_calendar360day.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
//
23
#ifndef _MTIME_CALENDAR360DAY_H
24
#define _MTIME_CALENDAR360DAY_H
25
26
struct
_datetime
;
27
struct
_julianday
;
28
29
struct
_datetime
*getDate360FromJulian(
struct
_julianday
*jd,
struct
_datetime
*gd);
30
struct
_julianday
*getJulianFromDate360(
struct
_datetime
*gd,
struct
_julianday
*jd);
31
35
#endif
36
_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