TimeStampProperty Constructor
Namespace: FolkerKinzel.VCards.Models.PropertiesAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public TimeStampProperty(
DateTimeOffset value,
string? group = null
)
Public Sub New (
value As DateTimeOffset,
Optional group As String = Nothing
)
public:
TimeStampProperty(
DateTimeOffset value,
String^ group = nullptr
)
new :
value : DateTimeOffset *
?group : string
(* Defaults:
let _group = defaultArg group null
*)
-> TimeStampProperty
Parameters
- value DateTimeOffset
- The DateTimeOffset value to embed.
- group String (Optional)
- Identifier of the group of VCardProperty objects, which the VCardProperty should belong to, or null
to indicate that the VCardProperty does not belong to any group.