4 references to MaxOffset
mscorlib (4)
system\datetimeoffset.cs (3)
43internal const Int64 MinOffset = -MaxOffset; 788if (ticks < MinOffset || ticks > MaxOffset) { 798Contract.Assert(offset.Ticks >= MinOffset && offset.Ticks <= MaxOffset, "Offset not validated.");
system\globalization\datetimeparse.cs (1)
2656if (offsetTicks < DateTimeOffset.MinOffset || offsetTicks > DateTimeOffset.MaxOffset) {