TimePlugin.Second(IFormatProvider) 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.
Get the seconds on the current minute
[Microsoft.SemanticKernel.KernelFunction]
public string Second(IFormatProvider? formatProvider = default);
[<Microsoft.SemanticKernel.KernelFunction>]
member this.Second : IFormatProvider -> string
Public Function Second (Optional formatProvider As IFormatProvider = Nothing) As String
Parameters
- formatProvider
- IFormatProvider
Returns
The seconds on the current minute
- Attributes
Examples
{{time.second}} => 7