Skip to content

NokeChang/NokeLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NokeLib for C#

WeekDate

Specify year and week, get the first day and last day of the week.

  • get the first day and last day of one week
public WeekDate(int year, int week)
public DateTime FirstDay
public DateTime LastDay
  • get the first day and last day of range between two week
public static WeekDate GetRangeDate(int yearStart, int weekStart, int yearEnd, int weekEnd)

About

project for my lib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages