Skip to content

easyextensionsmodels CurrentTimeUtc

BigMakCode edited this page Aug 5, 2024 · 1 revision

CurrentTimeUtc Public class

Description

Wrapper for current UTC time.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph EasyExtensions.Models
  EasyExtensions.Models.CurrentTimeUtc[[CurrentTimeUtc]]
  end
Loading

Members

Properties

Public properties

Type Name Methods
DateTime CurrentUtc
Current UTC time.
get, set

Details

Summary

Wrapper for current UTC time.

Constructors

CurrentTimeUtc

public CurrentTimeUtc()

Properties

CurrentUtc

public DateTime CurrentUtc { get; set; }
Summary

Current UTC time.

Generated with ModularDoc

Clone this wiki locally