From dfc1f8d037c036f04e6f693d5b8311f2d7fa7f3d Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Wed, 21 Jun 2017 13:17:38 -0400 Subject: [PATCH] Updated DateTimeUpDown (markdown) --- DateTimeUpDown.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/DateTimeUpDown.md b/DateTimeUpDown.md index 20cb7e6..e556163 100644 --- a/DateTimeUpDown.md +++ b/DateTimeUpDown.md @@ -18,7 +18,6 @@ To increment or decrement the DateTime value, simply select the DateTime part yo Depending on your DateTimeUpDown.Format, you may or maynot have all DateTime parts available. You can also get the formatted DateTimeUpDown.Value by using the DateTimeUpDown.Text property. ### Formats - | Format | Example | | --- | --- | | FullDateTime | [[DateTimeUpDown_fulldatetime.png]] | @@ -33,8 +32,7 @@ Depending on your DateTimeUpDown.Format, you may or maynot have all DateTime par | YearMonth | [[DateTimeUpDown_yearmonth.png]] | ### Custom Format - -If the available formats don't fit your needs you can create your own custom format. Simply specifiy the Format property as Custom and then provide a FormatString. +If the available formats don't fit your needs you can create your own custom format. Simply specify the Format property as Custom and then provide a FormatString. [[DateTimeUpDown_custom.jpg]] @@ -57,7 +55,7 @@ If the available formats don't fit your needs you can create your own custom for | Kind | Gets or sets a value indicating whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. NOTE: Setting this property fixes a bug where losing focus on the DateTimeUpDown was incrementing time in UTC. It also fixes a bug where specifying a UTC Date was changing the date's Kind property to UnSpecified or Local. | | Maximum | Gets or sets the maximum allowed value. (Inherited from UpDownBase) | | Minimum | Gets or sets the minimum allowed value. (Inherited from UpDownBase) | -| MouseWheelActiveOnFocus | Gets or sets if the control must have focus in order for the mouse wheel to incement/decrement the value. True by default. (Inherited from UpDownBase) | +| MouseWheelActiveOnFocus | Gets or sets if the control must have focus in order for the mouse wheel to increment/decrement the value. True by default. (Inherited from UpDownBase) | | ShowButtonSpinner | Gets or sets if the button spinners are visible. (Inherited from UpDownBase) | | Spinner | Gets or sets the spinner to use in the control. (Inherited from UpDownBase) | | Text | Gets or sets the formated string representation of the value. (Inherited from InputBase) | @@ -66,7 +64,7 @@ If the available formats don't fit your needs you can create your own custom for | UpdateValueOnEnterKey | Gets or sets a value indicating whether the synchronization between "Value" and "Text" should be done only on the Enter key press (and lost focus). (Inherited from UpDownBase) | | Value | Gets or sets the numeric value. (Inherited from UpDownBase) | | Watermark | Gets or sets the object to use as a watermark if the **Value** is null. (Inherited from InputBase) | -| WatermarkTemplate | Gets or sets the DatTemplate to use for the **Watermark**. (Inherited from InputBase) | +| WatermarkTemplate | Gets or sets the DataTemplate to use for the **Watermark**. (Inherited from InputBase) | ### Events | Event | Description |