C# Class HandCoded.Finance.TemporalDate

The TemporalDate class defines a set of weekday constants needed by both the Date and DateTime classes.
Inheritance: Temporal
Datei anzeigen Open project: formicary/fpml-toolkit-csharp

Protected Methods

Method Description
TemporalDate ( TimeZone timeZone ) : System

Constructs a TemporalDate instance having either a UTC time or no timezone depending on the argument.

Method Details

TemporalDate() protected method

Constructs a TemporalDate instance having either a UTC time or no timezone depending on the argument.
protected TemporalDate ( TimeZone timeZone ) : System
timeZone TimeZone The value or null.
return System