ReferenceTreeProcessCmdDateDiff Method |
Processes two dates to a number ( Days between the given dates ).
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic static string DateDiff(
Vault contextVault,
ObjVer contextObjVer,
PropertyValues contextProps,
Match match,
bool hideMissingValues = true
)
Parameters
- contextVault
- Type: Vault
Context Vault ( often the ModuleManager.PermenantVault ) - contextObjVer
- Type: ObjVer
Target ObjVer - contextProps
- Type: PropertyValues
PropertyValues of the Target Object - match
- Type: System.Text.RegularExpressionsMatch
Placeholder Match - hideMissingValues (Optional)
- Type: SystemBoolean
Should hidden values be shown?
Return Value
Type:
String
See Also