TimeOnly.Minute 属性

定义

获取此实例所表示的时间的分钟分量。

public:
 property int Minute { int get(); };
public int Minute { get; }
member this.Minute : int
Public ReadOnly Property Minute As Integer

属性值

Int32

一个数字,表示此 TimeOnly组件的分钟分量。

适用于