hanyadikhetvan/HanyadikHetVan.cs
Torma Kristóf 672cf93bcd
All checks were successful
continuous-integration/drone/push Build is passing
drone config and entity
2021-02-08 20:48:26 +01:00

13 lines
317 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace hanyadikhetvan
{
public class HanyadikHetVan
{
public int HanyadikHet => DateTime.Now.Subtract(DateTime.Parse(Environment.GetEnvironmentVariable("HANYADIKHET_STARTDATE"))).Days / 7;
}
}