C# 클래스 HandCoded.Finance.Temporal

The Temporal class provides storage for the optional timezone offset portion of Date, DateTime and Time instances.
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

보호된 프로퍼티들

프로퍼티 타입 설명
timeZone TimeZone

보호된 메소드들

메소드 설명
IsDigit ( char ch ) : bool

Determines if a character is a digit (e.g. 0..9). Used by parsing methods in derived classes.

Temporal ( TimeZone timeZone ) : System

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

메소드 상세

IsDigit() 보호된 정적인 메소드

Determines if a character is a digit (e.g. 0..9). Used by parsing methods in derived classes.
protected static IsDigit ( char ch ) : bool
ch char The character to be tested.
리턴 bool

Temporal() 보호된 메소드

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

프로퍼티 상세

timeZone 보호되어 있는 프로퍼티

Holds the TimeZone if present.
protected TimeZone timeZone
리턴 TimeZone