共用方式為


AppointmentRecurrence.Day 屬性

定義

取得或設定約會發生的日期。 Day 的類型為 UInt32,預設值為 1,而且可以是從 1 到 31 的值。

public:
 property unsigned int Day { unsigned int get(); void set(unsigned int value); };
uint32_t Day();

void Day(uint32_t value);
public uint Day { get; set; }
var uInt32 = appointmentRecurrence.day;
appointmentRecurrence.day = uInt32;
Public Property Day As UInteger

屬性值

UInt32

unsigned int

uint32_t

約會發生的日期。

Windows 需求

應用程式功能
appointmentsSystem

適用於