Gets or sets the string designator for hours that are "post meridiem" (after noon).
public:
property System::String ^ PMDesignator { System::String ^ get(); void set(System::String ^ value); };
public string PMDesignator { get; set; }
member this.PMDesignator : string with get, set
Public Property PMDesignator As String
Property Value
The string designator for hours that are "post meridiem" (after noon). The default for InvariantInfo is "PM".
ExceptionsThe property is being set to null
.
The PMDesignator property is used for all times from 12:00:00 (noon) to 23:59:59.999.
If the custom pattern includes the format pattern "tt" and the time is after noon, DateTime.ToString displays the value of PMDesignator in place of the "tt" in the format pattern. If the custom pattern includes the format pattern "t", only the first character of PMDesignator is displayed. Your application should use "tt" for languages for which it is necessary to maintain the distinction between AM and PM. An example is Japanese, for which the AM and PM designators differ in the second character instead of the first character.
For cultures that do not use a PM designator, this property returns an empty string.
See alsoCollaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4