Changes

XAML Tips

31 bytes added, 5 September
/* Set Current DateTime */
{{Hint|The DateTime can be set to the desired format by adding a StringFormatConverter to the LiveDateTime binding:<br><nowiki>"{Binding Tag.AppStatus.LiveDateTime, ElementName=SetCurrentDateTimeButton, </nowiki>'''<nowiki>Converter={StaticResource StringFormatConverter}, ConverterParameter={0:yyyy-MM-dd HH:mm}</nowiki>'''<nowiki>}" </nowiki>.}}
</tab>
 
<tab name="Xamarin/Maui">
<source lang="xml">
<Button
x:Name="SetCurrentDateTimeButton"
</Button.CommandParameter>
</Button>
</source>
</tab>
</tabs>
696
edits