DateRangeThisYearToDate Property

Gets a DateRange representing the current year through today's date from midnight to midnight in the current Offset using the current DateTimeFormat rule

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public static DateRange ThisYearToDate { 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