-
-
Notifications
You must be signed in to change notification settings - Fork 0
easyextensionsmodels CurrentTimeUtc
BigMakCode edited this page Aug 5, 2024
·
1 revision
Wrapper for current UTC time.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions.Models
EasyExtensions.Models.CurrentTimeUtc[[CurrentTimeUtc]]
end
| Type | Name | Methods |
|---|---|---|
DateTime |
CurrentUtcCurrent UTC time. |
get, set |
Wrapper for current UTC time.
public CurrentTimeUtc()public DateTime CurrentUtc { get; set; }Current UTC time.
Generated with ModularDoc