Click or drag to resize
IWeekNumberProvider Interface

[This is preliminary documentation and is subject to change.]

Built-In provider for week number information. Useful for getting direct control of time manipulation for the purpose of testing. Also contains work-around for a week number bugg that exists in .NET framework and should therefore be used everywhere week number is used.

Namespace: Netadmin.Core
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IWeekNumberProvider

The IWeekNumberProvider type exposes the following members.

Methods
  NameDescription
Public methodInt32GetWeekNumber(DateTime, DayOfWeek)
Get the week number for the given datetime
Top
Implemented by
See Also