TimePickerFlyout.ClockIdentifier Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o sistema de relógio a ser usado.
public:
property Platform::String ^ ClockIdentifier { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ClockIdentifier();
void ClockIdentifier(winrt::hstring value);
public string ClockIdentifier { get; set; }
var string = timePickerFlyout.clockIdentifier;
timePickerFlyout.clockIdentifier = string;
Public Property ClockIdentifier As String
Valor da propriedade
O nome do sistema de relógio a ser usado.