Click or drag to resize
DateTimeNow Class

Note: This API is now obsolete.

Class providing actual date-time arrangement.
Inheritance Hierarchy
SystemObject
  CMS.MembershipDateTimeNow

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use IDateTimeNowService instead.")]
public class DateTimeNow : IDateTimeNow

The DateTimeNow type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeNow
Top
Methods
  NameDescription
Public methodGetUtcNow
Method providing current date time expressed as UTC.
Top
See Also