public static DateTimeValue Empty
Dim value As DateTimeValue
+
+value = DateTimeValue.Empty
+
+DateTimeValue.Empty = value
public:
+static DateTimeValue^ Empty
No code example is currently available or this language may not be supported.
[Missing <summary> documentation for "F:MoreDateTime.ExtendedDateTime.MaxValue"]
+public static readonly ExtendedDateTime MaxValue
Dim value As ExtendedDateTime
+
+value = ExtendedDateTime.MaxValue
public:
+static initonly ExtendedDateTime^ MaxValue
No code example is currently available or this language may not be supported.
[Missing <summary> documentation for "F:MoreDateTime.ExtendedDateTime.MinValue"]
+public static readonly ExtendedDateTime MinValue
Dim value As ExtendedDateTime
+
+value = ExtendedDateTime.MinValue
public:
+static initonly ExtendedDateTime^ MinValue
No code example is currently available or this language may not be supported.
[Missing <summary> documentation for "F:MoreDateTime.ExtendedDateTime.Open"]
+public static readonly ExtendedDateTime Open
Dim value As ExtendedDateTime
+
+value = ExtendedDateTime.Open
public:
+static initonly ExtendedDateTime^ Open
No code example is currently available or this language may not be supported.
[Missing <summary> documentation for "F:MoreDateTime.ExtendedDateTime.Unknown"]
+public static readonly ExtendedDateTime Unknown
Dim value As ExtendedDateTime
+
+value = ExtendedDateTime.Unknown
public:
+static initonly ExtendedDateTime^ Unknown
No code example is currently available or this language may not be supported.
public const int DaysInWeek = 7
Dim value As Integer
+ Namespace: MoreDateTime.Extensions
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public const int DaysInWeek = 7
VB UsageDim value As Integer
value = DateOnlyExtensions.DaysInWeek
C++public:
literal int DaysInWeek = 7
ASP.NETNo code example is currently available or this language may not be supported.
Field Value
Int32
+ Empty + | ++ An object representing an empty value. + | +
[Missing <summary> documentation for "G:MoreDateTime"]
-[Missing <summary> documentation for "G:MoreDateTime.Internal"]
++ MoreDateTime.Internal + | ++ |
+ MoreDateTime.Internal.Converters.Json + | ++ |
public bool Contains(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0VB UsageDim instance As DateOnlyRange
Dim value As DateOnly
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange_Contains_1.htm b/docs/html/M_MoreDateTime_DateOnlyRange_Contains_1.htm
index 94d7922..bdfdc19 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange_Contains_1.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange_Contains_1.htm
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public bool Contains(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0VB UsageDim instance As DateOnlyRange
Dim value As DateTime
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange_Distance.htm b/docs/html/M_MoreDateTime_DateOnlyRange_Distance.htm
index 76d9c49..1eaff1d 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange_Distance.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange_Distance.htm
@@ -94,7 +94,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public TimeSpan Distance()
VB UsageDim instance As DateOnlyRange
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public TimeSpan Distance()
VB UsageDim instance As DateOnlyRange
Dim returnValue As TimeSpan
returnValue = instance.Distance()
C++public:
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange_Empty.htm b/docs/html/M_MoreDateTime_DateOnlyRange_Empty.htm
index 3fc446b..5f2f505 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange_Empty.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange_Empty.htm
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateOnlyRange Empty()
VB UsageDim instance As DateOnlyRange
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public DateOnlyRange Empty()
VB UsageDim instance As DateOnlyRange
Dim returnValue As DateOnlyRange
returnValue = instance.Empty()
C++public:
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange_Extend.htm b/docs/html/M_MoreDateTime_DateOnlyRange_Extend.htm
index b10cda3..ad1df95 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange_Extend.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange_Extend.htm
@@ -94,7 +94,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateOnlyRange Extend(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public DateOnlyRange Extend(
TimeSpan timeSpan,
RangeDirection direction
)
VB UsageDim instance As DateOnlyRange
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange_IsOrdered.htm b/docs/html/M_MoreDateTime_DateOnlyRange_IsOrdered.htm
index 557872f..f4a2fb4 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange_IsOrdered.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange_IsOrdered.htm
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public bool IsOrdered()
VB UsageDim instance As DateOnlyRange
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public bool IsOrdered()
VB UsageDim instance As DateOnlyRange
Dim returnValue As Boolean
returnValue = instance.IsOrdered()
C++public:
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange_IsWithin.htm b/docs/html/M_MoreDateTime_DateOnlyRange_IsWithin.htm
index cb9f900..e53b959 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange_IsWithin.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange_IsWithin.htm
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public bool IsWithin(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public bool IsWithin(
DateOnlyRange value
)
VB UsageDim instance As DateOnlyRange
Dim value As DateOnlyRange
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange_Offset.htm b/docs/html/M_MoreDateTime_DateOnlyRange_Offset.htm
index 47e72b4..c1b4882 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange_Offset.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange_Offset.htm
@@ -94,7 +94,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateOnlyRange Offset(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public DateOnlyRange Offset(
TimeSpan timeSpan
)
VB UsageDim instance As DateOnlyRange
Dim timeSpan As TimeSpan
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange_Order.htm b/docs/html/M_MoreDateTime_DateOnlyRange_Order.htm
index 026adb4..89538fd 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange_Order.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange_Order.htm
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateOnlyRange Order()
VB UsageDim instance As DateOnlyRange
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public DateOnlyRange Order()
VB UsageDim instance As DateOnlyRange
Dim returnValue As DateOnlyRange
returnValue = instance.Order()
C++public:
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange_Reduce.htm b/docs/html/M_MoreDateTime_DateOnlyRange_Reduce.htm
index 0688ab1..e2fa436 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange_Reduce.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange_Reduce.htm
@@ -94,7 +94,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateOnlyRange Reduce(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public DateOnlyRange Reduce(
TimeSpan timeSpan,
RangeDirection direction
)
VB UsageDim instance As DateOnlyRange
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange__ctor.htm b/docs/html/M_MoreDateTime_DateOnlyRange__ctor.htm
index 27a50d2..6bc9283 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange__ctor.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange__ctor.htm
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateOnlyRange()
VB UsageDim instance As New DateOnlyRange()
C++public:
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public DateOnlyRange()
VB UsageDim instance As New DateOnlyRange()
C++public:
DateOnlyRange()
ASP.NETNo code example is currently available or this language may not be supported.
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange__ctor_1.htm b/docs/html/M_MoreDateTime_DateOnlyRange__ctor_1.htm
index e290504..3cf5280 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange__ctor_1.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange__ctor_1.htm
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateOnlyRange(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public DateOnlyRange(
DateOnlyRange range
)
VB UsageDim range As DateOnlyRange
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange__ctor_2.htm b/docs/html/M_MoreDateTime_DateOnlyRange__ctor_2.htm
index 02b3ecc..aaf2daa 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange__ctor_2.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange__ctor_2.htm
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateOnlyRange(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public DateOnlyRange(
DateTimeRange range
)
VB UsageDim range As DateTimeRange
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange__ctor_3.htm b/docs/html/M_MoreDateTime_DateOnlyRange__ctor_3.htm
index eb4abaf..094727f 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange__ctor_3.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange__ctor_3.htm
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateOnlyRange(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0VB UsageDim startTime As DateOnly
diff --git a/docs/html/M_MoreDateTime_DateOnlyRange__ctor_4.htm b/docs/html/M_MoreDateTime_DateOnlyRange__ctor_4.htm
index 8943f12..43fc3ec 100644
--- a/docs/html/M_MoreDateTime_DateOnlyRange__ctor_4.htm
+++ b/docs/html/M_MoreDateTime_DateOnlyRange__ctor_4.htm
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateOnlyRange(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0VB UsageDim startTime As DateTime
diff --git a/docs/html/M_MoreDateTime_DateTimeOffsetExtensions_ToExtendedDateTime.htm b/docs/html/M_MoreDateTime_DateTimeOffsetExtensions_ToExtendedDateTime.htm
new file mode 100644
index 0000000..47c0467
--- /dev/null
+++ b/docs/html/M_MoreDateTime_DateTimeOffsetExtensions_ToExtendedDateTime.htm
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DateTimeOffsetExtensions.ToExtendedDateTime Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Documentation for the MoreDateTime library
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This is preliminary documentation and is subject to change.
+
+
+
+
+
+
+ Show/Hide TOC
+
+
+
+
+
+ Date Time Offset ExtensionsTo Extended Date Time Method
+
+ Tos the extended date time.
+
+
+
+
+ Definition
+
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public static ExtendedDateTime ToExtendedDateTime(
+ this DateTimeOffset dateTimeOffset
+)
VB UsageDim dateTimeOffset As DateTimeOffset
+Dim returnValue As ExtendedDateTime
+
+returnValue = dateTimeOffset.ToExtendedDateTime()
C++public:
+[ExtensionAttribute]
+static ExtendedDateTime^ ToExtendedDateTime(
+ DateTimeOffset dateTimeOffset
+)
ASP.NETNo code example is currently available or this language may not be supported.
Parameters
- dateTimeOffset DateTimeOffset
- The dateTimeOffset to convert into an ExtendedDateTime object
Return Value
ExtendedDateTime
An ExtendedDateTime.Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type DateTimeOffset. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
+
+
+
+ See Also
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/html/M_MoreDateTime_DateTimeProvider_SetMockDateTime.htm b/docs/html/M_MoreDateTime_DateTimeProvider_SetMockDateTime.htm
index a0bfc9d..4a71ca7 100644
--- a/docs/html/M_MoreDateTime_DateTimeProvider_SetMockDateTime.htm
+++ b/docs/html/M_MoreDateTime_DateTimeProvider_SetMockDateTime.htm
@@ -19,7 +19,7 @@
-
+
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public static void SetMockDateTime(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0VB UsageDim dtNow As DateTime?
diff --git a/docs/html/M_MoreDateTime_DateTimeProvider_SetUtcHandling.htm b/docs/html/M_MoreDateTime_DateTimeProvider_SetUtcHandling.htm
index 4ca9adc..69e781f 100644
--- a/docs/html/M_MoreDateTime_DateTimeProvider_SetUtcHandling.htm
+++ b/docs/html/M_MoreDateTime_DateTimeProvider_SetUtcHandling.htm
@@ -19,7 +19,7 @@
-
+
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public void SetUtcHandling(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public void SetUtcHandling(
bool NowIsUtc
)
VB UsageDim instance As DateTimeProvider
Dim NowIsUtc As Boolean
diff --git a/docs/html/M_MoreDateTime_DateTimeProvider__ctor.htm b/docs/html/M_MoreDateTime_DateTimeProvider__ctor.htm
index 2e291ee..a1e089d 100644
--- a/docs/html/M_MoreDateTime_DateTimeProvider__ctor.htm
+++ b/docs/html/M_MoreDateTime_DateTimeProvider__ctor.htm
@@ -19,7 +19,7 @@
-
+
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateTimeProvider(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public DateTimeProvider(
bool nowIsUtc = true
)
VB UsageDim nowIsUtc As Boolean
diff --git a/docs/html/M_MoreDateTime_DateTimeRange_Contains.htm b/docs/html/M_MoreDateTime_DateTimeRange_Contains.htm
index 7d655b3..e81b0e7 100644
--- a/docs/html/M_MoreDateTime_DateTimeRange_Contains.htm
+++ b/docs/html/M_MoreDateTime_DateTimeRange_Contains.htm
@@ -19,7 +19,7 @@
-
+
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public bool Contains(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0VB UsageDim instance As DateTimeRange
Dim value As DateOnly
diff --git a/docs/html/M_MoreDateTime_DateTimeRange_Contains_1.htm b/docs/html/M_MoreDateTime_DateTimeRange_Contains_1.htm
index cf37e6e..eb4465d 100644
--- a/docs/html/M_MoreDateTime_DateTimeRange_Contains_1.htm
+++ b/docs/html/M_MoreDateTime_DateTimeRange_Contains_1.htm
@@ -19,7 +19,7 @@
-
+
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public bool Contains(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0VB UsageDim instance As DateTimeRange
Dim value As DateTime
diff --git a/docs/html/M_MoreDateTime_DateTimeRange_Distance.htm b/docs/html/M_MoreDateTime_DateTimeRange_Distance.htm
index 0c786fe..d7ef7ff 100644
--- a/docs/html/M_MoreDateTime_DateTimeRange_Distance.htm
+++ b/docs/html/M_MoreDateTime_DateTimeRange_Distance.htm
@@ -19,7 +19,7 @@
-
+
@@ -94,7 +94,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public TimeSpan Distance()
VB UsageDim instance As DateTimeRange
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public TimeSpan Distance()
VB UsageDim instance As DateTimeRange
Dim returnValue As TimeSpan
returnValue = instance.Distance()
C++public:
diff --git a/docs/html/M_MoreDateTime_DateTimeRange_Empty.htm b/docs/html/M_MoreDateTime_DateTimeRange_Empty.htm
index 04a38fd..dcd16b9 100644
--- a/docs/html/M_MoreDateTime_DateTimeRange_Empty.htm
+++ b/docs/html/M_MoreDateTime_DateTimeRange_Empty.htm
@@ -19,7 +19,7 @@
-
+
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateTimeRange Empty()
VB UsageDim instance As DateTimeRange
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public DateTimeRange Empty()
VB UsageDim instance As DateTimeRange
Dim returnValue As DateTimeRange
returnValue = instance.Empty()
C++public:
diff --git a/docs/html/M_MoreDateTime_DateTimeRange_Extend.htm b/docs/html/M_MoreDateTime_DateTimeRange_Extend.htm
index 3418cc0..7292398 100644
--- a/docs/html/M_MoreDateTime_DateTimeRange_Extend.htm
+++ b/docs/html/M_MoreDateTime_DateTimeRange_Extend.htm
@@ -19,7 +19,7 @@
-
+
@@ -94,7 +94,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public DateTimeRange Extend(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public DateTimeRange Extend(
TimeSpan timeSpan,
RangeDirection direction
)
VB UsageDim instance As DateTimeRange
diff --git a/docs/html/M_MoreDateTime_DateTimeRange_IsOrdered.htm b/docs/html/M_MoreDateTime_DateTimeRange_IsOrdered.htm
index 5aecb3f..62c0d7c 100644
--- a/docs/html/M_MoreDateTime_DateTimeRange_IsOrdered.htm
+++ b/docs/html/M_MoreDateTime_DateTimeRange_IsOrdered.htm
@@ -19,7 +19,7 @@
-
+
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public bool IsOrdered()
VB UsageDim instance As DateTimeRange
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0C#public bool IsOrdered()
VB UsageDim instance As DateTimeRange
Dim returnValue As Boolean
returnValue = instance.IsOrdered()
C++public:
diff --git a/docs/html/M_MoreDateTime_DateTimeRange_IsWithin.htm b/docs/html/M_MoreDateTime_DateTimeRange_IsWithin.htm
index cbe6125..ba5caa2 100644
--- a/docs/html/M_MoreDateTime_DateTimeRange_IsWithin.htm
+++ b/docs/html/M_MoreDateTime_DateTimeRange_IsWithin.htm
@@ -19,7 +19,7 @@
-
+
@@ -95,7 +95,7 @@
Definition
- Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.2.0C#public bool IsWithin(
+ Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0