共用方式為


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
)

參數

  • sequence
    Type: System.UInt32

    表示修訂序號,如RFC 2445所指定的值。順序號碼是從零開始,以及每個版本遞增。序號用於判斷更新的順序,以防他們送達照順序。更新更低比目前序號,則會捨棄。

  • dateStamp
    Type: System.String

    string代表目前日期與時間。日期及時間必須以來表示以國際標準時間 (UTC) 格式指定由ISO 8601,如下:"yyyyMMdd'T 'HHmmss' Z'"。

  • dateStart
    Type: System.String

    string表示的日期和時間,開始排定會議。日期及時間必須以來表示以國際標準時間 (UTC) 格式指定由ISO 8601,如下:"yyyyMMdd'T 'HHmmss' Z'"。

  • dateEnd
    Type: System.String

    string表示的日期和結束排定會議的時間。日期及時間必須表示以國際標準時間 (UTC) 格式,如下所示所指定的ISO 8601,:"yyyyMMdd'T 'HHmmss' Z'"。

  • nonGregorian
    Type: System.Boolean

    true行事曆設為西曆 ; 以外的格式否則,請false

請參閱

參照

SPMeeting class

SPMeeting members

Update overload

Microsoft.SharePoint.Meetings namespace

Add(String, String, UInt32, String, String, String, String, String, Boolean, Int16)