TimePlugin.Second(IFormatProvider) Method

Definition

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

Applies to