Click or drag to resize
IDateTimeNowService Interface
Provides method for getting current DateTime.

Namespace: CMS.Core.Internal
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public interface IDateTimeNowService

The IDateTimeNowService type exposes the following members.

Methods
  NameDescription
Public methodGetDateTimeNow
Gets the current DateTime.
Top
See Also