Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / Appointment Class / GetFileName Method

In This Topic
    GetFileName Method
    In This Topic
    Create string which can be used as a file name from appointment subject.
    Syntax
    'Declaration
     
    Public Function GetFileName() As System.String
    public System.string GetFileName()

    Return Value

    The string which can be used as a file name.
    See Also