DateOptions.GetDayChar 方法 (Int32, SPCalendarType)
返回的字符串表示形式指定的日历日期,并使用指定的日历类型。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetDayChar ( _
day As Integer, _
calendartype As SPCalendarType _
) As String
用法
Dim instance As DateOptions
Dim day As Integer
Dim calendartype As SPCalendarType
Dim returnValue As String
returnValue = instance.GetDayChar(day, _
calendartype)
public string GetDayChar(
int day,
SPCalendarType calendartype
)
参数
day
类型:System.Int3232 位整数值,该值代表日历中的日期。
calendartype
类型:Microsoft.SharePoint.SPCalendarTypeSPCalendarType对象,它代表日历类型。
返回值
类型:System.String
日历日期的字符串表示形式。