DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
DateTime.h File Reference

Represents an instant in time, typically expressed as a date and time of day. More...

#include "Common.h"
#include "System/Object.h"
#include "System/String.h"
#include "System/TimeSpan.h"
#include <cstdint>

Go to the source code of this file.

Classes

class  DotNetDupe::System::DateTime
 Represents an instant in time, typically expressed as a date and time of day. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System

Enumerations

enum class  DotNetDupe::System::DateTimeKind { DotNetDupe::System::Unspecified = 0 , DotNetDupe::System::Utc = 1 , DotNetDupe::System::Local = 2 }
 Specifies whether a DateTime object represents local time, UTC, or is unspecified. More...

Detailed Description

Represents an instant in time, typically expressed as a date and time of day.

Standard Citation: ECMA-335 CLI Common Language Infrastructure, ISO 8601.

Definition in file DateTime.h.