共用方式為


TimePicker.Format 屬性

定義

向使用者顯示的時間格式。 這是可繫結屬性。

public string Format { get; set; }
member this.Format : string with get, set

屬性值

System.String

有效的時間格式字串。

備註

格式字串會傳遞至 DateTime.ToString (字串格式) 。

適用於