Torma Kristóf
c461f0461d
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
313 B
C#
13 lines
313 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 - (DateTime.Parse(Environment.GetEnvironmentVariable("HANYADIKHET_STARTDATE")))).Days / 7;
|
|
}
|
|
}
|