C# 클래스 System.DateTimeOffsetExtensions

파일 보기 프로젝트 열기: NuGet/NuGet.Services.Work

공개 메소드들

메소드 설명
IsOlderThan ( this self, System.TimeSpan age ) : bool
IsYoungerThan ( this self, System.TimeSpan age ) : bool

메소드 상세

IsOlderThan() 공개 정적인 메소드

public static IsOlderThan ( this self, System.TimeSpan age ) : bool
self this
age System.TimeSpan
리턴 bool

IsYoungerThan() 공개 정적인 메소드

public static IsYoungerThan ( this self, System.TimeSpan age ) : bool
self this
age System.TimeSpan
리턴 bool