C# Class HandCoded.Finance.TemporalDate

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

Méthodes protégées

Méthode 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 méthode

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.
Résultat System