C# 클래스 org.GraphDefined.Vanaheimr.Illias.DateTimeExtensions

Extensions to the DateTime class.
파일 보기 프로젝트 열기: Vanaheimr/Illias

공개 프로퍼티들

프로퍼티 타입 설명
UnixEpoch System.DateTime

공개 메소드들

메소드 설명
FromUnixTimestamp ( this UnixTimestamp ) : System.DateTime

Convert the given UNIX timestamp to a .NET DateTime object.

ToIso8601 ( this DateTime ) : String

Convert the given DateTime object to an ISO 8601 datetime string.

ToRfc1123 ( this DateTime ) : String

Convert the given DateTime object to an RFC 1123 datetime string.

ToUnixTimestamp ( this DateTime ) : System.Int64

Convert the given DateTime object to UNIX timestamp.

메소드 상세

FromUnixTimestamp() 공개 정적인 메소드

Convert the given UNIX timestamp to a .NET DateTime object.
public static FromUnixTimestamp ( this UnixTimestamp ) : System.DateTime
UnixTimestamp this A UNIX timestamp (seconds since 1. January 1970)
리턴 System.DateTime

ToIso8601() 공개 정적인 메소드

Convert the given DateTime object to an ISO 8601 datetime string.
public static ToIso8601 ( this DateTime ) : String
DateTime this A DateTime object.
리턴 String

ToRfc1123() 공개 정적인 메소드

Convert the given DateTime object to an RFC 1123 datetime string.
public static ToRfc1123 ( this DateTime ) : String
DateTime this A DateTime object.
리턴 String

ToUnixTimestamp() 공개 정적인 메소드

Convert the given DateTime object to UNIX timestamp.
public static ToUnixTimestamp ( this DateTime ) : System.Int64
DateTime this A DateTime object.
리턴 System.Int64

프로퍼티 상세

UnixEpoch 공개적으로 정적으로 프로퍼티

The UNIX epoch.
public static DateTime,System UnixEpoch
리턴 System.DateTime