Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/6tail/lunar-csharp
日历、公历(阳历)、农历(阴历、老黄历)、佛历、道历,支持节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道黑道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.
https://github.com/6tail/lunar-csharp
calendar csharp lunar
Last synced: about 8 hours ago
JSON representation
日历、公历(阳历)、农历(阴历、老黄历)、佛历、道历,支持节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道黑道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.
- Host: GitHub
- URL: https://github.com/6tail/lunar-csharp
- Owner: 6tail
- License: mit
- Created: 2020-04-16T15:33:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T13:17:59.000Z (8 months ago)
- Last Synced: 2024-03-18T14:38:31.817Z (8 months ago)
- Topics: calendar, csharp, lunar
- Language: C#
- Homepage: https://6tail.cn/calendar/api.html
- Size: 481 KB
- Stars: 211
- Watchers: 5
- Forks: 43
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# lunar [![License](https://img.shields.io/badge/license-MIT-4EB1BA.svg?style=flat-square)](https://github.com/6tail/lunar-csharp/blob/master/LICENSE)
lunar是一款无第三方依赖的公历(阳历)、农历(阴历、老黄历)、佛历和道历工具,支持星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道日及吉凶等。
> 自v1.4.0开始拥抱netstandard2.0、C#7.1
[English](https://github.com/6tail/lunar-csharp/blob/master/README_EN.md)
## 示例
using System;
using Lunar;namespace demo
{
class Program
{
static void Main(string[] args)
{
var solar = new Solar(1986, 5, 29);
var lunar = solar.Lunar;
Console.WriteLine(lunar.FullString);
Console.WriteLine(solar.FullString);
}
}
}输出结果:
一九八六年四月廿一 丙寅(虎)年 癸巳(蛇)月 癸酉(鸡)日 子(鼠)时 纳音[炉中火 长流水 剑锋金 桑柘木] 星期四 北方玄武 星宿[斗木獬](吉) 彭祖百忌[癸不词讼理弱敌强 酉不会客醉坐颠狂] 喜神方位[巽](东南) 阳贵神方位[巽](东南) 阴贵神方位[震](正东) 福神方位[兑](正西) 财神方位[离](正南) 冲[(丁卯)兔] 煞[东]
1986-05-29 00:00:00 星期四 双子座## 文档
请移步至 [https://6tail.cn/calendar/api.html](https://6tail.cn/calendar/api.html "https://6tail.cn/calendar/api.html")
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=6tail/lunar-csharp&type=Date)](https://star-history.com/#6tail/lunar-csharp&Date)