DomainController.CurrentTime 属性
定义
获取此域控制器的当前日期和时间。Gets the current date and time from this domain controller.
public:
property DateTime CurrentTime { DateTime get(); };
public DateTime CurrentTime { get; }
member this.CurrentTime : DateTime
Public ReadOnly Property CurrentTime As DateTime
属性值
一个 DateTime 对象,它包含此域控制器的当前日期和时间。A DateTime object that contains the current date and time from this domain controller.
例外
当前对象已被释放。The current object has been disposed.