SPMeeting.Update method (String, UInt32, String, String, String, String, String, Boolean)
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Update ( _
uid As String, _
sequence As UInteger, _
dateStamp As String, _
title As String, _
location As String, _
dateStart As String, _
dateEnd As String, _
nonGregorian As Boolean _
)
'用途
Dim instance As SPMeeting
Dim uid As String
Dim sequence As UInteger
Dim dateStamp As String
Dim title As String
Dim location As String
Dim dateStart As String
Dim dateEnd As String
Dim nonGregorian As Boolean
instance.Update(uid, sequence, dateStamp, _
title, location, dateStart, dateEnd, _
nonGregorian)
public void Update(
string uid,
uint sequence,
string dateStamp,
string title,
string location,
string dateStart,
string dateEnd,
bool nonGregorian
)
參數
uid
Type: System.Stringstring包含行事曆事件,如RFC 2445所指定的唯一識別碼 (UID)。
sequence
Type: System.UInt32表示修訂序號,如RFC 2445所指定的值。順序號碼是從零開始,以及每個版本遞增。序號用於判斷更新的順序,以防他們送達照順序。更新更低比目前序號,則會捨棄。
dateStamp
Type: System.Stringstring代表目前日期與時間。日期及時間必須以來表示以國際標準時間 (UTC) 格式指定由ISO 8601,如下:"yyyyMMdd'T 'HHmmss' Z'"。
title
Type: System.String會議標題 (主旨)。
location
Type: System.String會議的位置。
dateStart
Type: System.Stringstring表示的日期和時間,開始排定會議。日期及時間必須以來表示以國際標準時間 (UTC) 格式指定由ISO 8601,如下:"yyyyMMdd'T 'HHmmss' Z'"。
dateEnd
Type: System.Stringstring表示的日期和結束排定會議的時間。日期及時間必須表示以國際標準時間 (UTC) 格式,如下所示所指定的ISO 8601,:"yyyyMMdd'T 'HHmmss' Z'"。
nonGregorian
Type: System.Booleantrue行事曆設為西曆 ; 以外的格式否則,請false
請參閱
參照
Microsoft.SharePoint.Meetings namespace
Add(String, String, UInt32, String, String, String, String, String, Boolean, Int16)