SPSystemTime.Minute property
取得或設定分鐘數。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Minute As UShort
Get
Set
'用途
Dim instance As SPSystemTime
Dim value As UShort
value = instance.Minute
instance.Minute = value
public ushort Minute { get; set; }
Property value
Type: System.UInt16
不帶正負號的 16 位元整數,指定分鐘數。