TimeExtensions.ToFormattedString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ToFormattedString(ITimePicker) | |
ToFormattedString(TimeSpan, String, CultureInfo) |
ToFormattedString(ITimePicker)
- Source:
- TimeExtensions.cs
- Source:
- TimeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ ToFormattedString(Microsoft::Maui::ITimePicker ^ timePicker);
public static string ToFormattedString (this Microsoft.Maui.ITimePicker timePicker);
static member ToFormattedString : Microsoft.Maui.ITimePicker -> string
<Extension()>
Public Function ToFormattedString (timePicker As ITimePicker) As String
Parameters
- timePicker
- ITimePicker
Returns
Applies to
ToFormattedString(TimeSpan, String, CultureInfo)
- Source:
- TimeExtensions.cs
- Source:
- TimeExtensions.cs
public static string ToFormattedString (this TimeSpan time, string format, System.Globalization.CultureInfo? cultureInfo = default);
static member ToFormattedString : TimeSpan * string * System.Globalization.CultureInfo -> string
<Extension()>
Public Function ToFormattedString (time As TimeSpan, format As String, Optional cultureInfo As CultureInfo = Nothing) As String
Parameters
- time
- TimeSpan
- format
- String
- cultureInfo
- CultureInfo
Returns
Applies to
Collaborate 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.