CalendarWriteSimple Method | |
Namespace:
SIC.File
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static void WriteSimple(
string pFile,
string pSubject,
string pDescription,
DateTime pBeginDate,
DateTime pEndDate,
string pLocation = ""
)
Public Shared Sub WriteSimple (
pFile As String,
pSubject As String,
pDescription As String,
pBeginDate As DateTime,
pEndDate As DateTime,
Optional pLocation As String = ""
)
Parameters
- pFile
- Type: SystemString
filename include path - pSubject
- Type: SystemString
title of calendar entry - pDescription
- Type: SystemString
content of calendar entry - pBeginDate
- Type: SystemDateTime
begin date time of meeting - pEndDate
- Type: SystemDateTime
end date time of meeting - pLocation (Optional)
- Type: SystemString
meeting point
See Also