initial things

This commit is contained in:
2021-02-08 20:48:10 +01:00
parent c1393171e0
commit e51b3a8bb5
11 changed files with 263 additions and 0 deletions

12
HanyadikHetVan.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace hanyadikhetvan
{
public class HanyadikHetVan
{
public int HanyadikHet { get { return DateTime.Now.Subtract(DateTime.Parse(Environment.GetEnvironmentVariable("HANYADIKHET_STARTDATE"))).Days / 7; } }
}
}