C# 클래스 Minuteman.DateTimeExtensions

파일 보기 프로젝트 열기: kazimanzurrashid/MinutemanDotNet

공개 메소드들

메소드 설명
FormatDay ( this instance ) : string
FormatHour ( this instance ) : string
FormatMinute ( this instance ) : string
FormatMonth ( this instance ) : string
FormatSecond ( this instance ) : string
FormatYear ( this instance ) : string
Range ( this instance, System.DateTime other, ActivityTimeframe timeframe ) : IEnumerable

비공개 메소드들

메소드 설명
Format ( int value, string format = "d2" ) : string

메소드 상세

FormatDay() 공개 정적인 메소드

public static FormatDay ( this instance ) : string
instance this
리턴 string

FormatHour() 공개 정적인 메소드

public static FormatHour ( this instance ) : string
instance this
리턴 string

FormatMinute() 공개 정적인 메소드

public static FormatMinute ( this instance ) : string
instance this
리턴 string

FormatMonth() 공개 정적인 메소드

public static FormatMonth ( this instance ) : string
instance this
리턴 string

FormatSecond() 공개 정적인 메소드

public static FormatSecond ( this instance ) : string
instance this
리턴 string

FormatYear() 공개 정적인 메소드

public static FormatYear ( this instance ) : string
instance this
리턴 string

Range() 공개 정적인 메소드

public static Range ( this instance, System.DateTime other, ActivityTimeframe timeframe ) : IEnumerable
instance this
other System.DateTime
timeframe ActivityTimeframe
리턴 IEnumerable