Torma Kristóf
605658c13c
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
317 B
C#
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;
|
|
}
|
|
}
|