TimeHelperReturnDateFormat Method | Helper帮助文档 |
返回每月的第一天和最后一天
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ReturnDateFormat( int month, out string firstDay, out string lastDay )
Public Shared Sub ReturnDateFormat ( month As Integer, <OutAttribute> ByRef firstDay As String, <OutAttribute> ByRef lastDay As String )
public: static void ReturnDateFormat( int month, [OutAttribute] String^% firstDay, [OutAttribute] String^% lastDay )
static member ReturnDateFormat : month : int * firstDay : string byref * lastDay : string byref -> unit
Parameters
- month
- Type: SystemInt32
[Missing <param name="month"/> documentation for "M:HD.Common.TimeHelper.ReturnDateFormat(System.Int32,System.String@,System.String@)"]
- firstDay
- Type: SystemString
[Missing <param name="firstDay"/> documentation for "M:HD.Common.TimeHelper.ReturnDateFormat(System.Int32,System.String@,System.String@)"]
- lastDay
- Type: SystemString
[Missing <param name="lastDay"/> documentation for "M:HD.Common.TimeHelper.ReturnDateFormat(System.Int32,System.String@,System.String@)"]
See Also