C# 클래스 HandCoded.Finance.TemporalDate

The TemporalDate class defines a set of weekday constants needed by both the Date and DateTime classes.
상속: Temporal
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

보호된 메소드들

메소드 설명
TemporalDate ( TimeZone timeZone ) : System

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

메소드 상세

TemporalDate() 보호된 메소드

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.
리턴 System