OracleDateTime.Hour 属性
定义
获取 OracleDateTime 结构以小时表示的值。Gets the value of the OracleDateTime structure as an hour.
public:
property int Hour { int get(); };
public int Hour { get; }
member this.Hour : int
Public ReadOnly Property Hour As Integer
属性值
小时数(介于 0 和 23 之间)。An hour between 0 and 23.