Scheduler for WPF | ComponentOne
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 String
    public string GetFileName()

    Return Value

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