3 references to UnixMaxSeconds
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (2)
588
if (seconds < UnixMinSeconds || seconds >
UnixMaxSeconds
)
590
ThrowHelper.ThrowArgumentOutOfRange_Range(nameof(seconds), seconds, UnixMinSeconds,
UnixMaxSeconds
);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.cs (1)
1140
unixTime > DateTimeOffset.
UnixMaxSeconds
? DateTime.MaxValue :