[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public Activity( string refId, LanguageCode language, ActivityTime activityTime )
Public Sub New ( _ refId As String, _ language As LanguageCode, _ activityTime As ActivityTime _ )
public: Activity ( String^ refId, LanguageCode^ language, ActivityTime^ activityTime )
- refId (String)
- A RefId
- language (LanguageCode)
- A Language
- activityTime (ActivityTime)
- Time structures for the activity.