TimeHelper.SecondToMinute Method

HD.Common

TimeHelperSecondToMinute Method Helper帮助文档
把秒转换成分钟

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int SecondToMinute(
	int Second
)
Public Shared Function SecondToMinute ( 
	Second As Integer
) As Integer
public:
static int SecondToMinute(
	int Second
)
static member SecondToMinute : 
        Second : int -> int 

Parameters

Second
Type: SystemInt32

[Missing <param name="Second"/> documentation for "M:HD.Common.TimeHelper.SecondToMinute(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:HD.Common.TimeHelper.SecondToMinute(System.Int32)"]

See Also

Reference