C# 클래스 Cornerstone.Extensions.DateTimeExtensions

파일 보기 프로젝트 열기: damienhaynes/moving-pictures

공개 메소드들

메소드 설명
GetStartOfMonth ( this self ) : System.DateTime

Gets a new instance of DateTime representing the start of the month for this instance

GetStartOfWeek ( this self ) : System.DateTime

Gets an instance of DateTime representing the start of the week for this instance

GetStartOfYear ( this self ) : System.DateTime

Gets a new instance of DateTime representing the start of the year for this instance

메소드 상세

GetStartOfMonth() 공개 정적인 메소드

Gets a new instance of DateTime representing the start of the month for this instance
public static GetStartOfMonth ( this self ) : System.DateTime
self this
리턴 System.DateTime

GetStartOfWeek() 공개 정적인 메소드

Gets an instance of DateTime representing the start of the week for this instance
public static GetStartOfWeek ( this self ) : System.DateTime
self this
리턴 System.DateTime

GetStartOfYear() 공개 정적인 메소드

Gets a new instance of DateTime representing the start of the year for this instance
public static GetStartOfYear ( this self ) : System.DateTime
self this
리턴 System.DateTime