OracleDateTime.Millisecond 属性

定义

获取此实例所表示日期的毫秒部分。Gets the milliseconds component of the date represented by this instance.

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

属性值

Int32

毫秒数(介于 0 和 999 之间)。The millisecond, between 0 and 999.

适用于