Click or drag to resize

DateRangeThisWeek Property

Gets a DateRange representing the current week from midnight to midnight in the current Offset using the current DateTimeFormat rule

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public static DateRange ThisWeek { get; }

Property Value

DateRange
Remarks
This method does not evaluate time zones, only UTC offset values, so it may return incorrect values when a daylight saving time change occurs on the date in question
See Also