C# 클래스 NServiceBus.DateTimeExtensions

Common date time extensions.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
ToUtcDateTime ( string wireFormattedString ) : System.DateTime

Converts a wire formatted string from ToWireFormattedString to a UTC DateTime.

ToWireFormattedString ( System.DateTime dateTime ) : string

Converts the DateTime to a string suitable for transport over the wire.

비공개 메소드들

메소드 설명
AddMicroseconds ( this self, int microseconds ) : System.DateTime
Microseconds ( this self ) : int

메소드 상세

ToUtcDateTime() 공개 정적인 메소드

Converts a wire formatted string from ToWireFormattedString to a UTC DateTime.
public static ToUtcDateTime ( string wireFormattedString ) : System.DateTime
wireFormattedString string
리턴 System.DateTime

ToWireFormattedString() 공개 정적인 메소드

Converts the DateTime to a string suitable for transport over the wire.
public static ToWireFormattedString ( System.DateTime dateTime ) : string
dateTime System.DateTime
리턴 string